AMC 10 · 2022 · #20

Grade 8 geometry-2d
coordinate-geometrypythagorean-theoremratio-proportion identify-subproblemsconvert-to-algebra ↑ Prerequisites: coordinate-geometry
📏 Medium solution 💡 3 insights
Problem
An isosceles trapezoid has parallel bases with the top shorter and two equal legs. Somewhere in the plane sits a point whose distances to the four vertices are 1, 2, 3, and 4. Find the ratio of the short base to the long base.

Pick an answer.

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

Tool #1 (Diagram) — place the trapezoid in coordinates so its symmetry simplifies the algebra. Let the symmetry axis be the y-axis, AD on the x-axis: A = (-a, 0), D = (a, 0), B = (-b, h), C = (b, h) with b < a. The wanted ratio is BC/AD = 2b/2a = b/a. Tool #7 (Subproblems) — focus separately on the two pairs of symmetric vertices: {A, D} and {B, C}. Tool #13 (Algebra) — write each distance squared, then subtract the two equations in each pair. The a and b pop out cleanly without ever needing y or h. Tool #3 (Eliminate) — sanity check against the listed fractions.

1STEP 1

Set symmetric coordinates

Place coordinates respecting the symmetry.

A = (-a, 0), D = (a, 0), B = (-b, h), C = (b, h)
2STEP 2

Write the four distances

Write all four as equations.

PA² &= (x+a)² + y² = 1 ; PD² &= (x-a)² + y² = 16 ; PB² &= (x+b)² + (y-h)² = 4 ; PC² &= (x-b)² + (y-h)² = 9
3STEP 3

Subtract in pairs

Subtracting makes every square vanish.

4ax = -15, 4bx = -5
4STEP 4

Divide the two results

Dividing cancels the unknown.

b/a = -5/-15 = 1/3
5STEP 5

Read the ratio

The ratio is one third.

BC/AD = b/a = 1/3 → (B)
Answer
1/3
Sanity. The distances 1, 2, 3, 4 are very asymmetric — P is much closer to A than to D, so P is way off-center (large |x|), and similarly P is closer to B than to C. The pair PA, PD feels the long base AD; the pair PB, PC feels the short base BC. The differences PA² - PD² = -15 and PB² - PC² = -5 scale with the bases, and their ratio 5/15 = 1/3 directly gives BC/AD. Choice (B) 1/3 is well in the listed range (1/4 to 3/4) and matches the gut feeling that BC is noticeably shorter than AD but not tiny.
💡Key takeaway

This AMC 12 problem only needs Grade 8 coordinate distance you already know — drop the trapezoid onto axes using its symmetry, square the four distances, subtract within each symmetric pair to kill the y's, divide 4bx = -5 by 4ax = -15, and read BC/AD = 1/3.