I was thinking about this situation:
Suppose there are $n$ boxes. In each box we randomly throw one of the balls numbered $1,2,\ldots,k$, independently of other boxes. Let $X$ be the number of boxes with ball number $1$. What is $E[X]$, and what is $E[\dfrac{1}{X}\mid X>0]$?
It seems that there should be "roughly" $n/k$ boxes with ball number $1$, so $E[X]=n/k$, and $E[\dfrac{1}{X}\mid X>0]=k/n$. But is it right?
Edit: I've asked a new question here to make it direct to the point.