Each child of a group gives a gift to other children. Total number of gifts are 110. Then find the number of children in the group.
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 there be n children. 1st gives to remaining ( n - 1), and receives also from (n - 1). 2nd gives to remaining (n-2) and receives also from them. . . . ....1 and 1. The sum is 2( n - 1)n/2. But this is = 110
n 2 − n − 1 1 0 = ( n − 1 1 ) ( n + 1 0 ) ⟹ n = 1 1 .