The Broken Bar
A bar of length 1 is broken at two points chosen independently and uniformly at random along its length.
What is the probability that the three pieces can form a triangle?
Hint: Three lengths form a triangle if and only if each piece is less than 1/2.
Answer: Broken Bar Triangle Probability
Key Idea / Intuition
The three pieces form a triangle exactly when no single piece is "too long" โ specifically, each piece must be strictly less than (the triangle inequality forces this). The sample space is a unit square, and we need to find the area of the region where all three resulting lengths are less than . The geometry turns out to be elegant: the "bad" regions (where one piece is ) are three non-overlapping triangles, each of area , leaving probability for success.
Formal Proof / Solution
Setup. Let the two break points be and , chosen independently and uniformly on . The sample space is the unit square .
Without loss of generality, let and . Then the three pieces have lengths:
Triangle condition. Three lengths form a triangle iff each length is strictly less than the sum of the other two โ for lengths summing to 1, this is equivalent to:
Working directly in coordinates. Rather than conditioning on the ordering, work directly on the full unit square. Let and be the two break points (unordered). The three pieces are:
The triangle condition becomes:
More cleanly, if we let , the three conditions are:
This is equivalent to working on the triangle (area ) and finding the sub-region satisfying all three inequalities.
Geometric computation. The favorable region in the ordered triangle is:
This is a small triangle with vertices at , , โ actually the triangle with vertices:
Its area is .
Since the ordered region has area , the probability is:
Alternatively (full square view). By symmetry, the three bad events are:
- : piece 1 (i.e., and ... no โ directly: both break points fall in ...
Let's redo this cleanly. In the full unit square with coordinates :
- "Piece ": both and โ area .
- "Piece ": both and โ area .
- "Piece ": the two strips where or โ total area .
These three events are mutually exclusive (only one piece can be at a time, since they sum to 1). So:
Intuition check. The answer is clean and perhaps surprisingly small โ most random breaks do not yield a triangle. This matches the elegant geometric picture: exactly one quarter of the unit square corresponds to the "balanced" configuration.
Source: Fifty Challenging Problems in Probability with Solutions โ Frederick Mosteller, Problem 43 (variant)