细菌存活 II
Bacterial Survival II
题目详情
培养皿上初始有 1 个细菌。每过 1 分钟,这个细菌会等概率发生以下四种情况之一:死亡、保持 1 个、分裂成 2 个、分裂成 3 个。
所有细菌独立且同分布。
问:细菌总体最终灭绝的概率是多少?答案可写为 ( 为整数),求 。
There is one bacterium on a cell plate. After every minute, the bacterium may die, stay the same, split into two, or split into three with equal probabilities. Assuming all bacteria behave the same and independent of other bacteria, what is the probability that the bacterial population will die out? The answer is in the form for integers and . Find .
解析
设灭绝概率为 。对初始细菌的第一次结果分情况:
化简得到
在 内的根为 。
因此 ,。
Original Explanation
Let be the probability that the bacterial population will die out. There are 4 total possibilities for the first bacterium: either it dies, stays the same, splits into two, or splits into three. In the first case, the bacterial population dies with probability 1. In the second case, the bacterial population dies with probability , since the bacterial population dies when the bacterium that stays the same dies, which happens with probability . In the third case, the bacterial population dies with probability , as both bacteria that are formed must die in order for the population to die. In the fourth and final case, the bacterial population dies with probability , as all three bacteria that are formed must die in order for the population to die. Thus, we can write Therefore, our answer is .