Assume that there are balls and urns. Each ball is thrown randomly into urns. What is the probability that there are not more than urns with at least one ball in it ($p(x≤r)$)? In other words, what is the probability that there are more than − empty urns?
There is a related question: $m$ balls into $n$ urns, which asks how to calculate the probability of having exactly urns with at least one ball in it ($p(x=r)$). I know we can calculate $p(x≤r)$ by simply adding up all the probabilities for 0 ... . But it will be too computational expensive if , , are large. Is there a more efficient way to calculate this. An approximation calculation would also be great ($n$ is usually >1000).