CAT 2017 Slot 1 — QA Question 32
In how many ways can 7 identical erasers be distributed among 4 kids in such a way that each kid gets at least one eraser but nobody gets more than 3 erasers?
Answer & solution
Correct answer: 16
16
- B
20
- C
14
- D
15
Easy
Give each kid one eraser first, leaving to distribute. The cap "no more than " means no kid may receive in total, i.e. no one may take all extras. Count the unrestricted distributions of the extras, then remove the cases that break the cap.
Reduce to distributing the leftovers. After each, erasers remain among kids ().
Count all non-negative solutions (stars and bars).
Remove cap violations. A kid exceeds total only by taking all extras (becoming ). That happens in exactly ways, one per kid.
Directly split the extras: either to two kids — ways — or to three kids — ways. Total .