timekeeper
New member
- Joined
- Jun 12, 2023
- Messages
- 1
So for the example of the number of ways of distributing 6 unique t-shirts among 4 children, so that each of the children has exactly one t-shirt, I know that one can calculate the number of combinations using the combination formula:
C(6,4) = 6! / ((6-4)! * 4!) = 15
What I don't understand is how this equation would be modified, if in the 6 t-shirts we had 4 unique t-shirts and 2 duplicate t-shirts. How could one calculate the new number of combinations, if one were to distribute those 6 t-shirts (4 unique, 2 duplicate) among 4 children?
C(6,4) = 6! / ((6-4)! * 4!) = 15
What I don't understand is how this equation would be modified, if in the 6 t-shirts we had 4 unique t-shirts and 2 duplicate t-shirts. How could one calculate the new number of combinations, if one were to distribute those 6 t-shirts (4 unique, 2 duplicate) among 4 children?