How many ways to distribute 25 similar balls over 5 boxes such that no box is empty

combinatorics

How many ways to distribute 25 similar balls over 5 boxes such that no box is empty?

My turn:

The total number of ways is
$$C^{25 +5 -1}_{5}$$
Now I want to calculate the number of ways such that one box is empty to subtract them from the total to get the required, but I do not know how I can do it?

Best Answer

There are $5$ boxes. Put a ball in each. So all that remains to calculate is how to place the $20$ remaining balls in the $5$ boxes.

Can you take it from here?

Related Question