Throw 7 balls into 7 bins. Given there are exactly 2 empty boxes, find the probability that 1 bin contains 3 balls, and thus the other 4 bins contain 1 ball each.
I know I could use a multinomial distribution to model this problem but I'm confused on how to set it up.
EDIT 2:
So we are trying to find Pr(2 bins empty & 4 bins have 1 ball each & 1 bin has 3 balls)/ Pr(2 bins are empty).
Pr(2 bins empty) = $7 \choose 2$ $(5/7)(4/7)(3/7)(2/7)(1/7)(5/7)^2$.
Pr(2 bins empty & 4 bins have 1 ball each & 1 bin has 3 balls) = $7 \choose 4$ $3 \choose 2$ $(4/7)(3/7)(2/7)(1/7)(1/7)^3$
Is this reasoning right?
Hint: you can ignore the empty bins. How many ways are there to distribute the balls into $5$ bins? I find this one easier if we think the bins and balls are labeled-this is not specified. Then you choose which bin will get the three balls, which three go in that bin, and the arrangement of the other four. How many ways for each of those steps?