← 返回数学题库
159概率中等数值题medium

Near-Birthday Problem: Birthdays Within One Day

题目

Fourteen people have birthdays chosen independently and uniformly on a circular calendar of 365 days (day 1 is adjacent to day 365). Two people have a near-match if their birthdays differ by at most 1 day (i.e., they land on the same day or on consecutive days). Let MM be the number of unordered near-match pairs.

(a) Compute E[M]E[M].

(b) Using a Poisson approximation for the probability that M1M \ge 1, estimate P(at least one near-match)P(\text{at least one near-match}).

(c) Contrast with the standard birthday problem: for n=14n = 14 people, what is P(at least one exact match)P(\text{at least one exact match})?

解题计时

0:00

提交作答时记录,用于后续平均用时统计。

你的答案

第 1 项

第 2 项

第 3 项