I have N balls and M boxes. The balls are thrown at random onto the boxes. What is the probability that some box contains at least 3 balls?
Based on the Birthday problem, I know how to find the solution to the problem if we are finding the probability that some box contains at least 2 balls.
I am struggling to find the solution to this problem. Any help is much appreciated.
Here is what I have tried: If we have M boxes and N balls, then the probability that some box contains at least two balls is approximately equal to $$ 1-e ^{ (-n^2 / 2m)} $$
Let us suppose that we have 4 balls and 6 boxes, then the probability that some box has at least 2 balls is approximately equal to $$ 1 - e ^ {(-16/12)} .$$ This is approximately equal to 0.7364.
Now I would like to find the probability that some box will contain at least 3 balls, when 4 balls are thrown at random onto 6 boxes.
Thanks Sekhar