A stick of length 1 is broken at two points, chosen uniformly at random and independently. This creates three segment lengths.
Question: What is the probability that the three pieces can form a triangle?
Move the two break points. The stick is reordered automatically so the left break is first.
Three lengths form a triangle iff the sum of any two is greater than the third.
Since the three broken pieces always add up to 1, this simplifies nicely:
Why? If the longest piece has length L, the other two pieces sum to 1 - L.
For a triangle, we need:
So the problem becomes:
[0,1]1/2
Every pair of break points (x,y) is equally likely, so probability = area of success region.
The successful region consists of two congruent right triangles.
So total successful area is:
The probability that the three pieces can form a triangle is
equivalently, 25%