1. How many ways are there to put 4 balls into 3 boxes, given that the balls can all be distinguished but the boxes are not distinguished? (Thus, for example, putting all the balls in the first box is counted as the same outcome as putting all the balls in the second box.)
Balls distiguishable Boxes not
Let k be the number of balls and n be the number of boxes
Assuming that we can have empty boxes......this is a little hard to calculate, EW
I'm not too sure about this....but....I believe that it uses something called "Stirling Numbers of the Second Kind "
We have this
S(4,1) + S(4,2) + S(4,3)
1 + 6 + 7 = 14 ways
