You have $16$ balls, $3$ blue, $4$ green, and $9$ red. You also have $3$ distinct urns. For each of the balls, you select an urn at random and put the ball into it. What is the probability that each urn contains all three colors?
Put $1$ each $B, G, R$ in all urns. Put remaining $6 \, R$ in $3$ urns in $^{6+3-1} C_{3-1}$ ways. Similarly for $B, \, G$. The required probability is $$\frac{^{3} C_{2} \times {^{8}C_{2}}} {^{5} C_{2}\times {^{6} C_{2}}\times {^{11} C_{2}}}$$.
Please tell where is the mistake. Thanks.
The question is equivalent to finding the probability that while distributing the balls of a color there is no empty urn. At the end the probabilities should be multiplied so that the probability in question is:
$$ \prod_{i=R,G,B}\frac {3!}{3^{n_i}}{n_i \brace 3}=\frac{48400}{531441}\approx0.091, $$ where ${p\brace q}$ stays for the Stirling number of the second kind.