AMC 10 · 2008 · #21

Grade 10 probabilitygeometry-2d
geometric-probabilitytangent-circlescoordinate-geometrycomplementary-counting complementary-countingcoordinate-geometry ↑ Prerequisites: probability-basiccoordinate-geometry
📏 Long solution 💡 3 insights
Problem
Two equal circles have their centres picked uniformly at random from two parallel segments. Find the probability they share at least one point.

Pick an answer.

(A)
$\frac {2 + \sqrt {2}}{4}$
(B)
$\frac {3\sqrt {3} + 2}{8}$
(C)
$\frac {2 \sqrt {2} - 1}{2}$
(D)
$\frac {2 + \sqrt {3}}{4}$
(E)
$\frac {4 \sqrt {3} - 3}{4}$
How to solve
Strategy Draw a Diagram

Tool #4 (Introduce a Variable) strips the picture down to two numbers, a and b, since the only freedom is horizontal. Tool #14 (Extreme Principle) settles the real question: how far apart may the centers be and still leave the circles touching? The tangent position is the boundary case, and it must be shown that the boundary is actually reached, not just that it cannot be passed. Tool #1 (Draw a Diagram) is the engine: plot the pair (a,b) as a point in a 2 × 2 square, so the event becomes a region and its probability becomes an area. Tool #16 (Change Focus / Count the Complement) makes the area trivial, because the failing region is two small corner triangles while the winning region is an awkward band. Tool #3 (Eliminate Possibilities) finishes with a decimal check against the five choices, which separates the correct value from the one wrong choice built on the same picture.

1STEP 1

Reduce the picture to two numbers

Only two numbers vary, so the picture collapses.

A = (a,0), B = (b,1), a, b ∼ Uniform[0,2] independent
2STEP 2

Pin down what "intersect" means

Meeting means the centre distance is small enough, and the other case cannot happen.

P on both ⇔ |PA| = |PB| = 1; h = √(1 - d²/4) real ⇔ d ≤ 2
3STEP 3

Turn the criterion into a condition on a and b

That becomes one inequality in the two positions.

d² = (a-b)² + 1 ≤ 4 ⇔ |a-b| ≤ √(3), d ≥ 1 > 0 always
4STEP 4

Plot the sample space as a square

The sample space is a square, so probability is area.

Pr(event) = (area of {(a,b) ∈ [0,2]² : |a-b| ≤ √(3)})/4
5STEP 5

Switch to the failing region

The failing region is far easier to measure.

Pr(meet) = 1 - Pr(a - b > √(3)) - Pr(b - a > √(3))
6STEP 6

Measure the two corner triangles

It is two corner triangles.

2 · ((2-√(3))²)/2 = (2-√(3))² = 4 - 4√(3) + 3 = 7 - 4√(3)
7STEP 7

Subtract from the whole square

Subtracting from the whole square gives (4√(3)-3)/4.

1 - (7 - 4√(3))/4 = (4 - 7 + 4√(3))/4 = (4√(3) - 3)/4
8STEP 8

Check the value against the choices

Comparing with the choices confirms (4√(3)-3)/4, choice (E).

(4√(3)-3)/4 ≈ 0.982 → (E)
Answer
(4 √(3) - 3)/4
The value ≈ 0.982 is between 0 and 1 and should be near 1: the circles only miss when the two x-values are more than √(3) ≈ 1.732 apart, which forces one to sit within 0.268 of one end and the other within 0.268 of the other end — a rare pairing, and (0.268)²/4 ≈ 0.018 is exactly the failure rate found. Two extremes confirm the setup: if the two center-lines were the same line (vertical gap 0), the threshold would be |a-b| ≤ 2, always true, probability 1; if the gap were 2, the threshold would be |a-b| ≤ 0, probability 0. The intermediate gap 1 giving 0.982 sits sensibly between them. The trap choice is (D) (2+√(3))/4 ≈ 0.933, which is what 1 - (2-√(3))/4 gives — the same picture with the triangle legs used as an area instead of being squared. One more robustness note: reading "circles" as filled disks instead of curves would change the criterion only by adding the nesting case, which needs d < |r_A - r_B| = 0 and is impossible here, so the answer (4√(3)-3)/4 holds under either reading.
💡Key takeaway

Two circles of the same size touch exactly when their centers are no farther apart than two radii, so this whole problem becomes "pick two numbers in [0,2] — how often are they within √(3) of each other?", and that is just an area in a square.

  • Reduce the picture to two numbers
  • Pin down what "intersect" means
  • Turn the criterion into a condition on a and b
  • Plot the sample space as a square
  • Switch to the failing region
  • Measure the two corner triangles
  • Subtract from the whole square
  • Check the value against the choices