Consider a branching process where the number of offspring of an individual is a binomial random variable with parameters $(2, p),$ with $p \in (0, 1).$ Initially there is one individual.
(a) Calculate the probability, as a function of $p,$ that the branching process survives forever.
(b) Suppose we observe that the initial individual has $2$ offspring, and each of these then has $2$ offspring of its own. What is the probability that the branching process survives forever?
I have calculated for (a), the answer is $1-\min\left\{1,\left(\frac{p-1}{p}\right)^2\right\}$.
However, I don't know how to solve for (b). My instinct tells me it might be $4 \cdot \left(1-\min\left\{1,\left(\frac{p-1}{p}\right)^2\right\}\right)$. Am I correct?