Ten Children are standing in a line. Each child has some chocolates with him. If the first child attempted to double the chocolates of all the others using his chocolates , he would fall short by 2 chocolates. If the second child took 2 chocolates from each of the remaining , he would have 3 chocolates less than what the first child initially had. Find the total number of chocolates with the third to the tenth child ??
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 C1,C2... C10 be child number
Given,
If the first child attempted to double the chocolates of all the others using his chocolates , he would fall short by 2 chocolates.
2(C2+C3+...+C10) = C1+2 Eqn-1
If the second child took 2 chocolates from each of the remaining , he would have 3 chocolates less than what the first child initially had.
C1-3 = 2C2+18
i.e 2C2 = C1-21 Eqn-2
From both the equations:-
C1-21+ 2(C3+C4+.....C10) = C1+2
2(C3+C4+.....+C10) = 23