I would like to ask this question, I am quite confused since a long time I haven't used this.
A king wants to distribute 10 identical coins among his 4 sons( every distribution is possible, it maybe that one son gets all the coins). He can do this in how many ways?
I am confused about the solution: $4^{10}$
or there is another solution: $n=10, m=4$, then combination of it is $C^{m-1}_{n+m-1}=C^{3}_{13}=286$ ways.
I think the second solution is correct but I don't understand why it has to minus $1$? And what different between identical coins and normal coins?