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?