AMC 10 · 2002 · #22

Grade 8 geometry-2d
pythagorean-theoremsystems-of-equations convert-to-algebra ↑ Prerequisites: pythagorean-theoremsystems-of-equations
📏 Long solution 💡 3 insights
Problem
In triangle XOY the angle at O is a right angle, 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, drawn from the far vertex X to the midpoint N of the other leg, has length 19, and the cross-segment YM has length 22. Find the length of the hypotenuse XY.

Pick an answer.

(A)
24
(B)
26
(C)
28
(D)
30
(E)
32

AMC 10 2002 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

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

Let p = OX and q = OY be the legs at O. The midpoints give OM = p/2 and ON = q/2, so every length uses just two letters.

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

Pythagoras on segment XN

Triangle XON also has its right angle at O, with legs p and q/2 and hypotenuse XN = 19, so p² + q²/4 = 361.

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

Pythagoras on segment YM

Triangle YOM has the same right angle at O, with legs q and p/2 and hypotenuse YM = 22, so q² + p²/4 = 484.

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

Add the two equations

Adding them collects 5/4(p² + q²) = 361 + 484 = 845, and times 4/5 that leaves p² + q² = 676.

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

Pythagoras on the hypotenuse XY

XY is the hypotenuse of XOY itself, so XY² = p² + q² = 676 and 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