Question
Question: 10 Different toys are to be distributed among 10 children, find the total number of ways of distribu...
10 Different toys are to be distributed among 10 children, find the total number of ways of distribution of these toys, so that exactly two children did not get any toy.
Solution
Here, we will consider two conditions for distributing the toys to the children by using the combination formula. We will then add the number of ways obtained in these conditions. Solving the equation further will give us the total number of ways of distribution.
Formula Used:
Combination is given by the formula nCr=(n−r)!r!n!.
Complete step by step solution:
We are given that 10 Different toys are to be distributed among 10 children.
We are also given exactly two children who did not get any toy.
First, we will consider that exactly two children do not get any toy, one child gets three toys and the remaining all the other 7 children get one toy each.
So, the number of ways of distribution of 10 toys such that exactly two children do not get any toy, one child gets three toys and the remaining all the other 7 children get one toy each.
Now, by using the combination formula nCr=(n−r)!r!n!, we get
N1=2!3!7!10!×10!
First, we will consider that exactly two children do not get any toy, two children get two toys each and the remaining all the other 6 children get one toy each.
So, the number of ways of distribution of 10 toys such that exactly two children do not get any toy, two child gets two toys each and the remaining all the other 6 children get one toy each
Now, by using the combination formula nCr=(n−r)!r!n!, we get
N2=2!2!2!2!6!10!×10!
⇒N2=(2!)46!10!×10!
The total number of ways is the sum of both the conditions. Therefore, we get
N=N1+N2
By substituting the values of N1 and N2 , we get
⇒N=2!3!7!10!×10!+(2!)46!10!×10!
By taking the common term and by using the rule n!=n×(n−1)! we get
⇒N=(2!)26!10!×10!(3×71+(2!)21)
Simplifying the expression inside the bracket, we get
⇒N=(2!)26!10!×10!(211+41)
Now taking LCM of the terms inside the bracket, we get
⇒N=(2!)26!10!×10!(211×44+41×2121)
⇒N=(2!)26!10!×10!(824+21)
Adding the terms in the numerator, we get
⇒N=(2!)26!10!×10!(8225)
Therefore, the total number of ways of distribution of these toys, so that exactly two children did not get any toy is (2!)26!10!×10!(8225).
Note:
We know that there is not much difference between permutation and combination. Permutation is the way of arranging numbers in some order whereas combination is the way of selecting items where order doesn’t matter. Both the combination and permutation is the way of arrangement. But, here we will not use permutation because the order of toys is not necessary.