There exists a Snail lineage . in each generation every snail, independent from the other: Dies at probability 1/3, Have a single offspring and then dies at probability 1/3 Have 2 offspring and then dies at probability 1/3
the lineage goes extinct if from the single offspring in generation 0 ,there are no remaining offspring in some generation i . what is the probability that the lineage goes extinct?
this is so confusing to me i cant even wrap my head around it to start, please help.
Let's go through each of the three cases for the first generation:
Hence, in total, we get that $P = \frac 1 3 + \frac 1 3P + \frac 1 3 P^2$. Solving for $P$, we get \begin{alignat*}{2} &&3P &= 1 + P + P^2\\ &\iff&\qquad P^2 - 2P + 1 &= 0\\ &\iff&\qquad (P - 1)^2 &= 0\\ &\iff&\qquad P &= 1 &\end{alignat*} so for time tending to infinity the lineage is certain to go extinct.
(There are a few issues with this, since we assume that such a probability $P$ exists in the first place, but an approach like this is nice for getting a feeling for the problem)