Let's say I can play a game by paying a ticket:
- I have $1$ ticket and the game is:
- I have $1/2$ chance to get nothing for my ticket
- and $1/2$ chance to get $3$ tickets.
- I play the game until i don't have any tickets.
- Intuitively I would think the game is infinite with probability $ > 0$.
- I tried to calculate the probability of it being finite, this way: If $F$ is the event "the game I play with $1$ ticket is finite", then with a probability tree I can see that $$\mathbb{P}\left(F\right) = 0.5 + 0.5\,\mathbb{P}(F)^{3}. $$ According to $\tt WolframAlpha$, there is $3$ solutions, a negative, something between $0$ and $1$ and $1$. I'm pretty sure $1$ is not $\mathbb{P}(F)$ but I don't know why,
Can someone explain it to me $?$. I'm looking for an argument to rule out the solution $1$ specifically, if there is one.