The Clumsy Chemist's Cousin: Breaking at Two Random Points
A thin rod of length 1 is broken at two points chosen uniformly at random (and independently) along its length, creating three pieces.
What is the probability that the three pieces can form a triangle?
Answer: The Clumsy Chemist's Cousin: Breaking at Two Random Points
Key Idea / Intuition
For three lengths to form a triangle, each piece must be strictly less than 1/2 (by the triangle inequality: the longest side must be less than the sum of the other two, which is equivalent to it being less than half the total length). So we need all three pieces shorter than 1/2. The sample space is a unit square, and the favorable region is a clean geometric shape inside it — the answer drops out as a ratio of areas.
Formal Proof / Solution
Setup. Let the two break points be and , chosen independently and uniformly on . The three piece lengths depend on the order of and .
Without loss of generality, let and . The three pieces have lengths:
Triangle condition. Three lengths with form a triangle if and only if each is strictly less than :
(If any piece were , it would exceed the sum of the other two.)
Geometric probability. Work directly with in the unit square . The three piece lengths are: but we can write the triangle inequalities directly in terms of and :
-
Case 1: . Pieces are , , . Conditions: This means , , and (i.e., ).
-
Case 2: . By symmetry, identical area.
Area computation for Case 1 (the triangle occupies half the square):
The region in with satisfying all three conditions:
This is the intersection of:
- The strip
- The strip
- Below the line
The vertices of this region are:
- to (bottom edge, but must be )
- The line hits at and hits at .
So the region is a triangle with vertices , , ... wait, let's verify: at , must satisfy and , so . At : — empty! The line and the boundary meet at .
The region is a triangle with vertices , , , area .
Total probability:
By symmetry, Case 2 () contributes another . So:
Sanity check via the principle of symmetry: The three pieces are exchangeable (same marginal distribution by the symmetry principle). The event "piece " has probability ... actually the slickest check is: the complement (at least one piece ) has probability , since by symmetry each of the three pieces exceeds with probability , and these events are mutually exclusive (only one piece can be at a time). So . ✓
The elegant quick argument: The three pieces all lie in with sum 1. Each piece exceeds with probability (it's the largest of three uniform order statistics, or just: — computed directly). The events "piece is too long" are mutually exclusive, so:
Source: Fifty Challenging Problems in Probability with Solutions (Frederick Mosteller), related to Problem 39; classic folklore