Question
Question: Number of ways in which 5 different toys can be distributed among 5 children if exactly one child do...
Number of ways in which 5 different toys can be distributed among 5 children if exactly one child do not get any toy
A
1100
B
1200
C
1300
D
240
Answer
1200
Explanation
Solution
\ 5 toys has to be distributed among 4 children after one of them is excluded. Which means one of them will get 2 toys.
So this can be done is
=3!5C2.3C1×2C1×1C1×4! [asgroupwillbe2,1,1,1]
= 10 × 3 × 2 × 4 = 240
Now one child can be rejected is 5C1= 5 ways
\ Total ways = 5 × 240 = 1200