We have $16$ red identical balls and $4$ black identical balls. We have $4$ bins and put all balls randomly into the bins such that each bin contains $5$ balls at the end. Each arrangement has the same probability.
How many ways are there to distribute the balls into the bins? What is the probability that all black balls are in different bins?
My idea was to realize that the red balls have no influence, so the number of all arrangements is simply ${4+4-1\choose 4}$. As all black balls are identical there is only one way that all black balls are in different bins, hence the probability is $\frac{1}{{7\choose 4}}$. But this Sound too easy... what do I miss? Or is it correct?
When we work over statistics, it does not matter whether the balls or bins are identical or not, because all of them are seen as distinct. So, the denominator part is $4^{20}$.
Now, lets think about the numerator. We have $16$ distinct red balls and $4$ distinct black balls to disperse $4$ distinct bins where all black balls are in different bins .Then we can disperse those $4$ blacks into $5$ bins by $P(4,4)$ ways. The rest reds can be dispersed bu $4^{16}$ ways. So $$\frac{24 \times 4^{16}}{4^{20}}$$
With restriction where each bins have exactly $5$ balls:
Now, if each bins contains exactly $5$ balls, then we have actually $20$ distinct balls, so we can separate them into $4$ bins where each have exactly $5$ balls: $$\binom{20}{5}\binom{15}{5}\binom{10}{5}\binom{5}{5}$$
Now, lets disperse those blacks into those $4$ bins by $P(4,4)$.After that, diperse those $16$ reds into $4$ bins where each bins have $4$ reds. So, the numerator is $$P(4,4)\times \binom{16}{4}\binom{12}{4}\binom{8}{4}\binom{4}{4}$$
The answer is $$\frac{P(4,4)\times \binom{16}{4}\binom{12}{4}\binom{8}{4}\binom{4}{4}}{\binom{20}{5}\binom{15}{5}\binom{10}{5}\binom{5}{5}}=0.128999..$$