In how many ways can 4 pieces of candy be given to 3 kids if the candy is distinguishable, and the kids are indistinguishable?
I'm understanding that there are four cases:
C1) {4, 0, 0}
C2) {3, 1, 0}
C3) {2, 2, 0}
C4) {2, 1, 1}
- The first case is obviously just one since there is only one way for the children who are indistinguishableto be given four candies.
- I believe this would be 4!/3! so four.
- 4!/2! gives me six.
Case three stumps me



