随机折两刀能组成三角形的概率
Probability of Triangle
题目详情
长度为 1 的木棍在 上随机选取两个点切开(独立均匀)。问三段能组成三角形的概率是多少?
A stick of length 1 is cut at two random points (chosen independently and uniformly on ). What is the probability that the three resulting segments form a triangle?
解析
答案是 。
设切点为 ,三段长度为 。
组成三角形等价于最长段小于 ,对应区域面积占比为 ,因此概率为 。
Original Explanation
Let the cut points be with . The segment lengths are They form a triangle if:
The region satisfying all conditions occupies of the half-square , so the probability is .