Puzzles
Bending a straw
Two points along a drinking straw are picked at random. The straw is then bent at these points. What is the probability that the two ends meet up to make a triangle?
Show answer & extension
Hide answer & extension
A triangle will be made if none of the segments of straw is longer than the other two added together. This is the same as requiring that each segment must be less than half the straw.
Let the length of the straw be 1 unit. Call the points \(x\) and \(y\). A triangle is made if either:
- \(x\lt y\), \(x\lt\tfrac12\), \(y-x\lt\tfrac12\), \(1-y\lt\tfrac12\); or
- \(y\lt x\), \(y\lt\tfrac12\), \(x-y\lt\tfrac12\), \(1-x\lt\tfrac12\).
For the second condition, the allowable region is shown below.
This region covers \(\tfrac18\) of the whole square. By switching \(x\) and \(y\) it can be seen that the first condition's region is the same size as the second's, plus they don't overlap. Therefore the probability of making a triangle is \(\tfrac18+\tfrac18=\tfrac14\).
Extension
One point along a drinking straw is picked, then a coin is flipped. If the coin shows heads, a second point above the first is chosen; If tails, a second point below the first is chosen. The straw is then bent at these points. What is the probability that the two ends meet up to make a triangle?