If I uniformly distribute $n$ balls into $k$ bags, I am trying to work out the distribution of the number of bags which are empty.
Now I had thought that I could use that each bag has $\text{Binomial}(n, \frac{1}{k})$ balls and use this but these distributions are not independent so this doesn't work.
Any help will be greatly appreciated.