A stick of length is broken at two points chosen independently and uniformly along its length. What is the probability that the three resulting pieces can form a triangle?
Reveal solutionHide solution
#The triangle condition
Three lengths that sum to form a triangle exactly when each is shorter than . The triangle inequality only bites on the longest piece, which must be under the sum of the other two, namely minus itself, so the longest must be below , and then the other two automatically clear it.
#Map the two cuts
Let and be the cut positions, independent and uniform on , so is uniform on the unit square and probability is area. Split on which cut sits to the left.
If the pieces are , , and . Keeping all three below asks for , , and , a triangle with vertices , , of area . The case is its mirror image with the same area.
#Read it off
A triangle is the exception, not the rule. Three quarters of the time one piece swallows more than half the stick and the other two cannot reach across it.