圆周随机取 N 点都落在某半圆内的概率
N Points on a Circle
题目详情
在圆周上均匀随机取 个点。问:所有 个点都落在某个半圆内的概率是多少?
points are chosen randomly on a circle. What is the probability that all points lie on some semicircle?
解析
答案是
固定其中一点作为半圆起点,其余 点都落在该半圆内的概率为 。
由于任意一点都可能成为“起点”,乘以 得到结论。
Original Explanation
Label the points clockwise. First, fix point 1. The probability that the remaining points all lie in the semicircle that starts at point 1 (in the clockwise direction) is
Because any point could be the “start” of the containing semicircle, multiply by . Thus, the probability is