goyalsau wrote:If 16 oranges are distributed among 4 children such that each gets at least 3 oranges, the number of ways of distributing them is
a. 30 b. 210 c. 15 d. 35 e. 40
There is a formula in Combinatorics:
The total number of ways of dividing n identical items among r persons, each one of whom, can receive 0, 1, 2 or more items is C(n+r-1, r-1)
The total number of ways of dividing n identical items among r persons, each one of whom receives at least one item is C(n-1,r-1)
PS: I have no proof of this. Try with a small number (2,3) you can visualize this:
Say 2 oranges are to be divided among 2 children (no at least, One can have all)
Then possibilities are {A,A},{AA,0},{0,AA}. So, 3 ways.
Formula C(2+2-1,2-1) = C(3,1) = 3
Come to problem:
All 4 children get at least 3 each
Thus, 4*3 = 12 is the least number of Oranges distributed among the 4.
Now Remaining 16 - 12 = 4 Oranges are to be distributed among 4 children.
Apply the formula, The total number of ways of dividing n identical items among r persons, each one of whom, can receive 0, 1, 2 or more items is C(n+r-1, r-1)
n = 4, r = 4
Thus C(4+4-1,4-1) = C(7,3) = 35
Pick D