Question:

10 different toys are to be distributed among 10 children such that exactly two children do not get any toy. Total number of ways is

Show Hint

“Exactly none” → choose people first, then apply onto distribution.
Updated On: Apr 23, 2026
  • $\dfrac{10!}{2!\cdot 3!\cdot 7!}$
  • $\dfrac{10!}{(2!)^4 \cdot 6!}$
  • $(10!)^2 \left[\dfrac{1}{(2!)^4 \cdot 6!} + \dfrac{1}{2!\cdot 3!}\right]$
  • $\dfrac{10!\times 10!}{(2!)^2 \cdot 6!}\left[\dfrac{25}{84}\right]$
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

Concept: Distribution with restriction (exactly two get nothing)

Step 1:
Choose 2 children who get nothing: \[ \binom{10}{2} \]

Step 2:
Remaining 8 children must get at least one toy.

Step 3:
Distribute 10 distinct toys among 8 children: onto function Stirling concept.

Step 4:
Using formula: \[ \text{Ways} = \binom{10}{2} \times \textcolor{red}{(\text{onto distributions})} \]

Step 5:
Simplifies to given option (D).
Conclusion:
Answer = option (D)
Was this answer helpful?
0
0