Suppose we want to place red, green and yellow balls into seven distinguishable urns so that there is exactly one ball in each urn. In how many ways can this be done if we have an unlimited supply of balls of each colour, if balls of the same colour are indistinguishable, and if we want to use exactly three red balls.
Choose which three of the seven urns will receive a red ball, which can be done in $\binom{7}{3}$ ways. For each of the four remaining urns, we have two choices. We can either place a green ball or a yellow ball in the urn. This can be done in $2^4$ ways. Hence, the number of ways the balls can be distributed is
$$\binom{7}{3} \cdot 2^4$$
Suppose we want to place red, green and yellow balls into seven distinguishable urns so that there is exactly one ball in each urn. In how many ways can this be done if we have an unlimited supply of balls of each colour, if balls of the same colour are indistinguishable, and if we want to use exactly three red and exactly two green balls.
Choose which three of the seven urns will receive a red ball. Choose which two of the remaining four urns will receive a green ball. Fill the remaining two urns with a yellow ball.
$$\binom{7}{3}\binom{4}{2}\binom{2}{2}$$
Suppose we want to place red, green and yellow balls into seven distinguishable urns so that there is exactly one ball in each urn. In how many ways can this be done if we have an unlimited supply of balls of each colour, if balls of the same colour are indistinguishable, and if we want to use exactly three red and at least two green balls.
There are three cases:
- We use exactly three red, two green, and two yellow balls.
- We use exactly three red balls, three green balls, and one yellow ball.
- We use exactly three red and four green balls.
In each case, choose the positions of the three red balls, choose which of the four remaining urns will receive a green ball, then place a yellow ball in each remaining empty urn.
$$\binom{7}{3}\binom{4}{2}\binom{2}{2} + \binom{7}{3}\binom{4}{3}\binom{1}{1} + \binom{7}{3}\binom{4}{4}\binom{0}{0}$$