Question:medium

The number of ways to distribute 10 identical apples among 4 children such that every child receives at least one apple is:

Show Hint

To remember the "at least one" case, imagine placing 10 stars in a row. There are 9 gaps between them. To divide them into 4 groups, you need to choose 3 gaps to place "bars." Hence, \( {}^9C_3 \).
Updated On: Jul 4, 2026
  • \( {}^{13}C_3 \)
  • \( {}^9C_3 \)
  • \( {}^{10}C_4 \)
  • \( {}^{14}C_4 \)
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0