Question 1195029
<br>
i) (part 1): 5 empty boxes<br>
Obviously that can't be done... 0 ways<br>
i) (part 2): 4 empty boxes<br>
Choose 1 of the 5 boxes to be the one that is not empty: 5 ways
For each of the objects, there is only 1 choice for which box to go into: 1^15 = 1 way
Number of ways: 5*1 = 5<br>
i) (part 3): 3 empty boxes<br>
Choose 2 of the 5 boxes to be the ones that are not empty: C(5,2) = 10 ways
Each of the 15 items can go in either of 2 boxes: 2^15 ways:
Number of ways: 10*2^15<br>
i) ANSWER: 5 + 10*2^15<br>
ii) Since no box can be empty, first put one object into each of the 5 boxes: C(15,1)*C(14,1)*C(13,1)*C(12,1)*C(11,1) = 15*14*13*12*11 ways
Each of the remaining 10 objects can be put in any of the 5 boxes: 5^10 ways<br>
ii) ANSWER: (15*14*13*12*11) * 5^10<br>