SOLUTION: How many ways can 10 (identical) dimes be distributed among five children if there are no restrictions?

Algebra ->  Permutations -> SOLUTION: How many ways can 10 (identical) dimes be distributed among five children if there are no restrictions?      Log On


   



Question 767083: How many ways can 10 (identical) dimes be distributed among five children if there are no restrictions?
Answer by Chrystl(2) About Me  (Show Source):
You can put this solution on YOUR website!
c(14,10)
B) Each child gets at least one dime?
c(9,5)
C) The oldest child gets at least two dimes?
c(12,8)