AMC 10 · 2021 · #21

Grade 8 geometry-2d
similar-trianglespythagorean-theoremarea-trianglesarea-trapezoid identify-subproblemsconvert-to-algebra ↑ Prerequisites: pythagorean-theoremsimilar-triangles
📏 Long solution 💡 4 insights 📊 Diagram
Problem
An isosceles trapezoid has two parallel sides and two equal legs. Two points sit in order along one diagonal, and from two vertices perpendicular segments meet the diagonal at those points. The three pieces of the diagonal measure 3, 1, and 2. Find the area of the trapezoid.

Pick an answer.

(A)
15
(B)
$5\sqrt{11}$
(C)
$3\sqrt{35}$
(D)
18
(E)
$7\sqrt{7}$
How to solve
Strategy Identify Subproblems

Tool #7 (Identify Subproblems) opens the problem: the diagonal AC cuts the trapezoid into △ ABC and △ ACD, and the two perpendiculars we were handed are exactly the heights of those triangles onto the common base AC. So the area is 1/2(AC)(BY) + 1/2(AC)(DX), and everything reduces to two heights. Tool #1 (Draw a Diagram) supplies the second fact: the parallel sides make the two right triangles CYB and AXD similar, which locks the two heights into a fixed ratio. Tool #4 (Introduce a Variable) names the heights and then swaps in the single variable u for a squared height, turning a messy equation into a linear one. Tool #13 (Convert to Algebra) turns AB = CD into an equation via the Pythagorean theorem. Tool #16 (Change Focus) is the finishing move: the area only needs the sum of the two heights, so square the sum instead of digging out each height separately — the ugly radicals never appear.

1STEP 1

Cut the trapezoid along its diagonal

Cut it into two pieces along the diagonal.

AC = 3 + 1 + 2 = 6; [ABCD] = 1/2(6)q + 1/2(6)p = 3(p + q)
2STEP 2

Parallel sides make similar right triangles

The parallel sides give similar triangles.

∠ BCA = ∠ DAC → △ CYB ∼ △ AXD → q/2 = p/3 → p = 3/2q
3STEP 3

Pythagoras on each leg of the trapezoid

Apply Pythagoras to each leg.

AB² = AY² + q² = 16 + q²; CD² = CX² + p² = 9 + p²
4STEP 4

Cash in the isosceles condition

The isosceles condition gives an equation.

16 + q² = 9 + p² = 9 + 9/4q²; let u = q²: 16 + u = 9 + 9/4u → 7 = 5/4u → u = q² = 28/5
5STEP 5

Chase the sum, not the pieces

Chase the sum, not the pieces.

p + q = 5/2q → (p+q)² = 25/4q² = 25/4·28/5 = 35 → p + q = √(35)
6STEP 6

Assemble the area

Assembling gives three root thirty-five.

[ABCD] = 3(p + q) = 3√(35)
Answer
3√(35)
The five choices are packed together — 15, 5√(11) ≈ 16.58, 3√(35) ≈ 17.75, 18, 7√(7) ≈ 18.52 — so an estimate alone cannot decide it and the figure has to be checked exactly. Recover the two heights: q² = 28/5 gives q = 2√(35)/5 ≈ 2.366 and p = 3/2q = 3√(35)/5 ≈ 3.550, and indeed p + q = 5√(35)/5 = √(35) ≈ 5.916. Check the isosceles condition directly: AB² = 16 + 28/5 = 108/5 and CD² = 9 + 63/5 = 108/5 — equal, as required. Check that it really is a trapezoid and not a parallelogram: BC = √(4 + 28/5) = 4√(15)/5 ≈ 3.10 while AD = √(9 + 63/5) = 6√(15)/5 ≈ 4.65, so the two parallel sides have different lengths and AD is the longer base, matching the figure. Finally, recompute the area a completely different way, with the trapezoid formula 1/2(b₁ + b₂)h. The height between the parallel sides is h = AC sin(∠ DAC), with DX = 3√(35)/5 and AD = 6√(15)/5 the common denominators cancel, giving sin(∠ DAC) = DX/AD = 3√(35)/6√(15) = √(21)/6, so h = 6 · √(21)/6 = √(21). Then 1/2(4√(15)/5 + 6√(15)/5)√(21) = √(15)·√(21) = √(315) = 3√(35), agreeing with choice (C).
💡Key takeaway

Cut the trapezoid along its diagonal and the two given perpendiculars become the heights of the two halves, so the area is just 3(p+q); the parallel sides force p = 3/2q, the equal legs force q² = 28/5, and squaring the sum gives (p+q)² = 35 — area 3√(35), no messy roots needed.

  • Cut the trapezoid along its diagonal
  • Parallel sides make similar right triangles
  • Pythagoras on each leg of the trapezoid
  • Cash in the isosceles condition
  • Chase the sum, not the pieces
  • Assemble the area