领先 2 分
2 Lead
题目详情
Alice 与 Bob 打一组球赛,从 0 分开始。
每局 Alice 以 30% 概率获胜(局与局独立)。每局赢家 +1 分、输家 -1 分。
先达到 +2 分者赢下整组。求 Alice 赢下整组的概率。
Alice and Bob are playing basketball. Both start from 0 points. Each game, Alice has a 30% chance of winning, independent between games. In each game, the winner gains 1 point and the loser loses 1 point. The first person to 2 points wins the set. Find the probability Alice wins the set.
解析
把分差视为随机游走:每局 Alice 赢则 (概率 ),Alice 输则 (概率 )。从 0 出发,吸收边界为 (Alice 组胜)与 (Alice 组负)。
将状态平移到 ,起点为 2,目标为先到 4(胜)而非 0(负)。设 。
带偏赌徒破产的命中概率为
代入得 ,因此
所以 Alice 赢下整组的概率为 。