How many ways can 20 identical toys be divided among 10 childrens if each…
2025
How many ways can 20 identical toys be divided among 10 childrens if each children must get at least one toy?
- A.
19C9
- B.
19C8
- C.
20C9
- D.
21C8
Attempted by 34 students.
Show answer & explanation
Correct answer: A
Answer: C(19, 9) = 92,378
Reasoning:
Let xi be the number of toys given to child i. We need the number of integer solutions to x1 + x2 + ... + x10 = 20 with each xi ≥ 1.
Give each child one toy first. Define yi = xi − 1, so each yi ≥ 0 and y1 + y2 + ... + y10 = 20 − 10 = 10.
The number of nonnegative integer solutions to y1 + ... + y10 = 10 is C(10 + 10 − 1, 10 − 1) = C(19, 9).
Therefore the number of ways to distribute the 20 identical toys so each child gets at least one is C(19, 9) = 92,378.