How to distribute 15 distinct objects into 5 distinct boxes with at least 3 boxes empty
Can someone help solve this? Is there a common formula I can use to find ways to distribute n distinct objects into K distinct boxes with at least x boxes empty
How to distribute 15 distinct objects into 5 distinct boxes with at least 3 boxes empty
Can someone help solve this? Is there a common formula I can use to find ways to distribute n distinct objects into K distinct boxes with at least x boxes empty
Copyright © 2021 JogjaFile Inc.
The main tool is:
Let's label the boxes $1,2,3,4,5$. If you're able to answer these questions, then the rest is arithmetic:
The last question above is the tricky part. For example, if the boxes are labelled $\{1,2,3,4,5\}$, and we insist on the boxes $\{3,4,5\}$ being empty, then there are $2^{15}$ arrangements (using the "main tool" above), but we also need to exclude the cases that box $1$ or box $2$ is also empty (but not both---we can't have all 5 boxes empty).