Let be a square of side length . Two points are chosen at random on the sides of . The probability that the straight-line distance between the points is at least is , where , , and are positive integers with . What is ?
- A)
- B)
- C)
- D)
- E)
Answer
A
Key insight
Condition on which sides hold the points: same side (prob 1/4, success 1/4), adjacent (1/2, success 1 - pi/16), opposite (1/4, always); total (26 - pi)/32.
Solution
A uniformly random point on the boundary amounts to picking one of the four sides (each with probability ) and then a uniform position along it. For two points, the sides are the same with probability , adjacent with probability , and opposite with probability .
Same side. Positions ; we need . In the unit square of this region is two right triangles with legs , total area .
Adjacent sides. Put the shared corner at the origin, so the points are and and the distance is . The failing region is a quarter disc of radius , area . Success probability .
Opposite sides. The distance is at least the side length , so success probability .
Combine with the weights:
Here , , with , so .
The answer is .
Why this works
When the sample space splits into structurally different pieces (which pair of sides), condition on the piece and weight each conditional probability by the chance of that piece. Inside each piece the two positions form a unit square of parameters and the probability is an area ratio. The in the answer form is a strong hint that one case involves a circle: points within distance of a corner fill a quarter disc.
Alternative approach
Compute the complement, the probability the distance is less than : same side contributes , adjacent sides contribute , opposite sides contribute . Total , so the desired probability is .
The trap
Averaging the three side-pair cases equally instead of weighting them 1/4, 1/2, 1/4, or getting 1/2 instead of 1/4 for the same-side case.
Common mistakes
- Averaging the three side-pair cases equally instead of weighting them , or getting instead of for the same-side case.
- Using a half disc or full disc ( or ) for the adjacent-sides failure region instead of the quarter disc inside the corner.
- Reporting or another unreduced or mis-shaped form; the answer must be written as a single fraction with an integer.
Techniques
Split into exhaustive cases and handle each · Cut the figure into known shapes (triangles, rectangles, sectors)