Question
Question: Find the number of ways of distributing n identical objects among n persons if at least n – 3 person...
Find the number of ways of distributing n identical objects among n persons if at least n – 3 persons get none of these objects.
Solution
Hint : Here, all n objects are identical so here only how many objects are given to a person will matter but not which object is given to a person will matter. Also, here the number of objects is equal to the total number of people that is n and also we have to distribute objects in such a way that at least n – 3 persons get none of these objects. So, we can say that we have to distribute objects such that at most 3 people get the object
** Complete step-by-step answer** :
Now, number of ways to distribute n objects to exactly three people will be given as,
Firstly, we have to choose three persons out of n persons which is equals to nC3⋅
Secondly, we have to find the number of ways questions being distributed among them whose sum will be equals to n which is equals to n−1C2
So, number of ways to distribute n objects to exactly 3 people = nC3⋅n−1C2 ……( i )
Now, number of ways to distribute n objects to exactly two people will be given as,
Firstly, we have to choose two persons out of n persons which is equals to nC2⋅
Secondly, we have to find the number of ways questions being distributed among these two persons, whose sum will be equals to n objects which is equals to n−1C1
So, number of ways to distribute n objects to exactly two people = nC2⋅n−1C1 …..( ii )
Now, number of ways to distribute n objects to exactly one person will be given as,
Firstly, we have to choose one person out of n persons which is equals to nC1 .
Secondly, we have to find the number of ways questions being distributed among this one person, whose sum of subjects will be equals to n objects which is equals to n−1C0
So, number of ways to distribute n objects to exactly two people = nC1⋅n−1C0 ……( iii )
Then, the number of ways of distributing n identical objects among n persons if at least n – 3 persons get none of these objects will be given as sum of ( i ), ( ii ), ( iii )
nC3⋅n−1C2+nC2⋅n−1C1+nC1⋅n−1C0
Now, nCr=r!(n−r)!n! where n!=n⋅(n−1)⋅(n−2)⋅......⋅3⋅2⋅1
So, 3!(n−3)!n!⋅2!(n−1−2)!(n−1)!+2!(n−2)!n!⋅1!(n−1−1)!(n−1)!+1!(n−1)!n!⋅0!(n−1−0)!(n−1)!
= 3⋅2⋅1n(n−1)(n−2)⋅2⋅1(n−1)⋅(n−2)+2⋅1n⋅(n−1)⋅(n−1)+n
=\dfrac{n{{(n-1)}^{2}}}{2}\left\\{ \dfrac{{{(n-2)}^{2}}}{6}+1 \right\\}+n
= \dfrac{n{{(n-1)}^{2}}}{2}\left\\{ \dfrac{({{n}^{2}}-4n+10}{6} \right\\}+n
Hence, the number of ways of distributing n identical objects among n persons if at least n – 3 persons get none of these objects are \dfrac{n{{(n-1)}^{2}}}{2}\left\\{ \dfrac{({{n}^{2}}-4n+10)}{6} \right\\}+n.
Note : While solving combination problems always remember for each parameter we need to find a number of ways individually. Always remember the formula of combination when we need to choose r items from total n items. Calculation should be accurate as expression can be lengthy and complex too.