3、serveral children are sharing some oranges, If each child takes 1 orange, there will be 1 orange remaining. However, if each child takes 2 oranges, then the last child will get nothin. How many children and oranges are there?
1) with equation:
Let n be the number of children:
n+1 = 2 (n -1)
n = 3
2)
First, give each child 1 orange. there 1 remaining, then give it to the first child.
Take the orange of the last child and give to the second child
Take the orange of the second last child and give to the third child....
so counting forwar, one more than half of children have 2 oranges, and the others have none. but there only one child got none. So the number of children is 2×1+1 = 3.