There are $6$ urns indexed from $1$ to $6$. We place $15$ balls one by one randomly into the urns.
What is the probability that the first urn stays empty?
I found $\frac{19\choose4}{20\choose5}$ because there are ${15+6-1\choose 6-1}$ way to distribute the balls in total and ${19\choose4}$ ways to distribute the $15$ balls into $5$ urns ($2$ through $6$).
I have trouble with the following questions:
1) What is the probability that the urns $1,2,3,4$ contain $3$ balls, the $5$th urn contains $2$ balls and the $6$th urn contains $1$ balls?
2) What is the probability that $4$ urns contain $3$ balls each, one urn contains $2$ balls and $1$ contains 1 ball?
For 1) I thought I could use the multinomial coefficient to obtain $\frac{15\choose3,3,3,3,2,1}{20\choose5}$ but this is not a probability (by a huge margin).
For 2) it should be whatever we got for 1) multiplied by $6!$ because that's the number of permutations of the $6$ urns
Edit Maybe this is correct for 1):
${15\choose 3,3,3,3,2,1}({1\over6})^3({1\over6})^3({1\over6})^3({1\over6})^3({1\over6})^2({1\over6})^1={15\choose 3,3,3,3,2,1}({1\over6})^{15}$
There's a 1:6 chance for a single ball to drop into 1st urn.
That means there's a 5:6 chance of it getting in any of the others, which is the desired result.
Being 15 balls, that means the probability for all of them to land on different than 1st one is (5:6)^15 or 0.0649%.
Note that the not integer distribution is irrelevant because ball #2 has no interdependency or information on how ball#1 landed and so forth. Each drop is an independent action with a statistical chance result.