Why Can't I Hold All These Limes?
Suppose I wanted to hold $n$ limes. Each time step, I pick up a lime. But limes are hard to hold, so I also have a probability $p$ to drop a lime on each step which depends on how many limes I am holding. I may drop more than one lime on each time step, but the limes will drop independently.
How long should I expect to be picking up limes before I am holding all $n$?
I'm not exactly sure how to be rigorous here, but I suppose that if $E(t)$ is my expected number of limes at time $t$, then I am asking for a solution to $E(t) = n$ in terms of $p$.
Hints, instead of full solutions, are very welcome.
Hint: You can come up with a recurrence for the expected waiting time assuming you have $m$ limes, in terms of the expected waiting time when you have $m' < m$ limes for all $m'$. $E(t) = n$ will not have a finite solution for the expected number of limes held at time $t$ because at any point in time there is always a chance you will have less than $n$ limes. Also that is not quite the right set up to solve the problem.