返回题库

9 枚硬币那方正面更多的概率

Probability that the 9-coin side gets more heads

专题
Probability / 概率
难度
L4

题目详情

A 抛 8 枚公平硬币,B 抛 9 枚公平硬币。用正面数比较,求 P(B>A)P(B>A)

Person A flips 8 coins, person B flips 9 coins. What is P(B>A)P(B>A) in terms of number of heads?

解析

ABin(8,1/2)A\sim\mathrm{Bin}(8,1/2)。设 B 的前 8 枚正面数为 XBin(8,1/2)X\sim\mathrm{Bin}(8,1/2),第 9 枚为 YBern(1/2)Y\sim\mathrm{Bern}(1/2),且独立,则 B=X+YB=X+Y

所求

P(B>A)=P(X+Y>A)=12P(XA)+12P(X>A).P(B>A)=P(X+Y>A)=\tfrac12 P(X\ge A)+\tfrac12 P(X>A).

由于 XXAA 同分布且独立,有

P(X>A)=P(A>X)=1P(X=A)2,P(XA)=P(X>A)+P(X=A).P(X>A)=P(A>X)=\frac{1-P(X=A)}{2},\quad P(X\ge A)=P(X>A)+P(X=A).

代入得

P(B>A)=12(P(X>A)+P(X=A))+12P(X>A)=P(X>A)+12P(X=A)=12.P(B>A)=\tfrac12\bigl(P(X>A)+P(X=A)\bigr)+\tfrac12 P(X>A)=P(X>A)+\tfrac12P(X=A)=\frac12.

因此 P(B>A)=12\boxed{P(B>A)=\frac12}


Original Explanation

A known symmetry argument: P(B>A)=12P(B>A) = \tfrac12.
One intuitive reasoning: If you imagine B’s extra coin is set aside, compare B’s first 8 coins to A’s 8. Probability that B has strictly more heads among those 8 is 1/2 minus half the tie probability; but the 9th coin can break ties. Detailed analysis shows it indeed is 1/21/2.