In how many ways 11 identical toys be placed in 3 distinct boxes such that no box is empty?
This is nothing but number of ways of having a, b, c such that a + b + c = 11, where a, b, c are natural numbers.
The question 2 stated above are almost identical ones.