返回题库

10 次抛硬币:第一次结果最后是否领先

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}}