John picked a bad of oranges to give to his friends. To the first of his friends, he gave half of the oranges he had and another one beside. to his second friend he gave half of the remaining oranges and another one beside. By this time, John had one orange left. How many did he start with?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let's tell the total number of oranges is n.
John gives to the first friend ( 2 n + 1 ) oranges
so the remaining oranges are ( 2 n − 1 )
John gives the half of these plus one to the second friend:
( 2 2 n − 1 ) + 1 = 4 n + 2 1
and remains with one orange. So we can say:
n − ( 2 n + 1 ) − ( 4 n + 2 1 ) = 1 ⇒ n − 2 n − 4 n = 2 5 ⇒ 4 4 n − 2 n − n = 2 5 ⇒ n = 2 2 0 = 1 0