AMC 10 · 2002 · #20

Grade 8 geometry-2d
pythagorean-theoremsystems-of-equations convert-to-algebra ↑ Prerequisites: pythagorean-theoremsystems-of-equations
📏 Long solution 💡 3 insights
Problem
In right triangle XOY the right angle is at O, so the two legs are OX and OY. Point M is the midpoint of leg OX and point N is the midpoint of leg OY. The cross-segment XN has length 19, and YM has length 22. Find the length of the hypotenuse XY.

Pick an answer.

(A)
24
(B)
26
(C)
28
(D)
30
(E)
32
How to solve
Strategy Introduce a Variable

The two given lengths and the answer all depend on the two legs, so the load-bearing move is tool #4 (Introduce a Variable): call the legs p = OX and q = OY. Tool #1 (Draw a Diagram) shows that XN, YM, and XY are each the hypotenuse of a right triangle with its corner at O, so the Pythagorean theorem turns every length into an equation in p and q. The clever part is tool #7 (Identify Subproblems): notice you never need p and q separately — you only need p² + q², and adding the two equations hands it to you at once.

1STEP 1

Name the legs

Name the legs p and q; the midpoints then sit at p/2 and q/2.

OX = p, OY = q, OM = p/2, ON = q/2
2STEP 2

Pythagoras on segment XN

Pythagoras on the first cross-segment gives p² + q²/4 = 361.

XN² = p² + (q/2)² = 361
3STEP 3

Pythagoras on segment YM

The second gives q² + p²/4 = 484, the mirror image.

YM² = q² + (p/2)² = 484
4STEP 4

Add the two equations

Adding combines them into five quarters of the total, giving p² + q² = 676.

5/4(p² + q²) = 845 → p² + q² = 676
5STEP 5

Pythagoras on the hypotenuse XY

That sum is the hypotenuse squared, so XY = 26, choice (B).

XY = √(p² + q²) = √(676) = 26
Answer
26
The answer 26 is one of the listed choices and sits sensibly among them. As a full check, solve for the legs: subtracting the two equations gives 3/4(p² - q²) = 361 - 484 = -123, so p² - q² = -164. Combined with p² + q² = 676 this gives p² = 256 and q² = 420, i.e. p = 16 and q = √(420) ≈ 20.5. Check: XN² = 256 + 420/4 = 256 + 105 = 361 = 19² and YM² = 420 + 256/4 = 420 + 64 = 484 = 22² — both match. And XY = √(256 + 420) = √(676) = 26. Everything is consistent.
💡Key takeaway

When two Pythagorean equations both hide the same p² + q², add them instead of solving for each leg — the bundle you want falls right out.

  • Name the legs
  • Pythagoras on segment XN
  • Pythagoras on segment YM
  • Add the two equations
  • Pythagoras on the hypotenuse XY