You have a random number generator that generates random uniformly distributed real numbers from $0$ to $1$. Generate a number, then subtract a new number, then add a new number, then subtract a new number, and so on. On average, how many numbers must you generate so that their sum exceeds $1$?
(This is a variation of this question.)
My unsuccessful attempt to answer my question involves first changing my question so that the generator generates a random uniformly distributed discrete number among $0.01, 0.02, 0.03, ..., 1.00$, then take the limit as the number of discrete numbers from $0$ to $1$ approaches infinity. But the calculation seems unfeasible.