I have a tool that, every time I use it, it has a 1% chance of breaking. What is the expected number of uses of this tool, before it breaks $?$.
I think that the probability of the tool breaking on the $n^{\rm th}$ use is $$ \operatorname{P}\left(n\right) = {1 - \operatorname{P}\left(n - 1\right) \over 100}\quad\mbox{with}\quad \operatorname{P}\left(1\right) = {1 \over 100} $$ and I guess I need to sum over all $n \times \operatorname{P}\left(n\right)$, but is there a way to find an exact answer to the question $?$.