This week’s Riddler Classic poses a question about bacteria (paraphrased for brevity):
Each bacterium in a colony splits into two copies with probability and dies with probability . If the colony starts with one bacterium, what is the probability that the colony survives forever?
We can model the colony’s size as a Galton-Watson process. Let be the colony’s size in generation and let be the number of offspring generated by bacterium . The are independently and identically distributed, with for each and . The colony’s size grows according to with . Our goal is to compute where is the probability that the colony is extinct by generation .
We can compute by conditioning on , the number of offspring generated by the first bacterium. If then the colony is extinct from the second generation onwards. However, if then there are two sub-colonies in the second generation that must be extinct in generations if the whole colony is extinct by generation . These sub-colonies grow independently, so the probability that both are extinct in generations is . Thus, by the law of total probability, we have for . Defining and taking limits as gives1 which has solutions The larger solution exceeds unity when , which we cannot have because is a probability. Thus For example, if then the colony survives forever with probability If then extinction is guaranteed because each bacterium generates fewer than one offspring on average.
-
The function is continuous and so preserves limits. ↩︎