JEE AdvancedHardQuestion 290012
Question
The number of ways to distribute 10 identical balls into 3 distinct boxes with no box empty is:
- A⁹C₂ = 36Correct
- B¹⁰C₂ = 45
- C¹²C₂ = 66
- D10³ = 1000
Correct answer
⁹C₂ = 36
Explanation
Stars and bars for no empty box: (n−1)C(r−1) = (10−1)C(3−1) = ⁹C₂ = 36.