At the end of the day a bakery gives everything that is unso
Solution
1.55
Using the formula, (N+R-1)C(R-1) for ways to put N objects put into R containers:
(12+6-1)C(6-1) = 17C5 = 17!/(5!*12!) = 6188
answer: 6188 ways
1.56
Using the formula, (N-1)C(R-1), for ways to put N objects put into R containers. where all containers must get at least one object:
(12-1)C(6-1) = 11C5 = 11!/(5!*6!) = 462
answer: 462 ways
