返回题库

抛硬币领先

Lead Count

专题
Probability / 概率
难度
L4

题目详情

抛一枚公平硬币 10 次。

定义:在前 nn 次抛掷里,若某一面(正面或反面)出现次数严格大于 n/2n/2,则称该面在第 nn 次后“领先”。

问:第一次抛掷得到的那一面,在第 10 次后仍然领先的概率是多少?

英文原题

Suppose you flip a fair coin 1010 times. We say a certain outcome (heads or tails) is leading after nn flips if there are strictly larger than n2\frac{n}{2} flips of that outcome within the first nn flips. Find the probability that the outcome of the first flip of the coin is leading after 1010 flips.

解析

若第一次为正面,则“第一次结果领先”要求 10 次中正面数 6\ge 6

若第一次为反面,则要求正面数 4\le 4(等价于反面数 6\ge 6)。

由对称性,这两种情况概率相同,且它们恰好把所有结果二分。

因此所求概率为 12\boxed{\frac{1}{2}}


英文解析

If it is positive for the first time, the first result lead requires a positive number of 6\ge 6 out of 10 times.

If it is negative for the first time, the positive number 4\le 4 (equivalent to the negative number 6\ge 6) is required.

By symmetry, both cases have the same probability, and they just happen to bisect all the results.

Therefore, the probability required is 12\boxed{\frac{1}{2}}.