I asked I question here trying to obtain clarification about how to follow a hint. In spite of the fine answers I received there, the hint doesn't look very helpful. I'd like to know a hint for the following problem or a way to use the hint I already have.
The probability $p_{m}(r,n)$ of finding exactly $m$ cells empty placing $r$ balls into $n$ cells is $$p_{m}(r,n)=\frac{1}{n^{r}}\binom{n}{m}A(r,n-m)=\binom{n}{m}\sum_{\nu=0}^{n-m}(-1)^{\nu}\binom{n-m}{\nu}\left(1-\frac{m+\nu}{n}\right)^{r}$$
From such probability, conclude that the probability $x_{m}(r,n)$ of finding $m$ or more cells empty equals
$$\binom{n}{m}\sum_{\nu=0}^{n-m}(-1)^{\nu}\binom{n-m}{\nu}\left(1-\frac{m+\nu}{n}\right)^{r}\frac{m}{m+v}$$
HINT: Evaluate $x_{m}(r,n)-p_{m}(r,n)$.
Without using the hint, I tried to find the pattern for $p_{m}$, $p_{m+1}$, etc with the goal of factoring each term and sum over something recognizable, but I couldn't find a way to factor the last term (for example, to factor $(n-m-1-\nu)^{r}$ into some terms including the original expression $(n-m-\nu)^{r}$...I don't think it is possible. Furthermore, I don't think that strategy is going to produce the answer I'm looking for.