AMC 10 · 2003 · #22

Grade 10 geometry-2d
coordinate-geometryperpendicular-bisectoroptimization easier-related-problemextreme-principle ↑ Prerequisites: pythagorean-theoremarea-triangles
📏 Long solution 💡 3 insights 📊 Diagram
Problem
A rhombus ABCD has diagonals AC = 16 and BD = 30. A point N slides along side AB, and from N perpendiculars are dropped to the two diagonals, landing at P and Q. Find how short the segment PQ can get, and say which answer choice that value is nearest to.

Pick an answer.

(A)
6.5
(B)
6.75
(C)
7
(D)
7.25
(E)
7.5
How to solve
Strategy Change Focus / Count the Complement

Chasing PQ directly means tracking two moving feet at once, which is messy. The move that collapses the problem is to stop looking at PQ and look at something equal to it (Tool #16): because the diagonals are perpendicular, O, P, N, Q form a rectangle, and PQ is a diagonal of that rectangle, so PQ = ON. Setting the centre at the origin with the diagonals as axes makes this visible in one line (Tools #1 and #4). Minimising ON is then the standard shortest-distance-to-a-line question, whose answer is the perpendicular from O to AB (Tool #14). That perpendicular length comes out fastest by computing the area of triangle AOB two different ways (Tool #15). The final step is arithmetic comparison against the five choices (Tool #3), since the question asks only which is nearest.

1STEP 1

Put the centre at the origin

The diagonals bisect each other at right angles, so put the centre at the origin with halves 8 and 15.

A=(-8,0), B=(0,15), C=(8,0), D=(0,-15), O=(0,0)
2STEP 2

Find the side length

The side is the hypotenuse of an 8-15 right triangle, so it is 17.

AB = √(8²+15²) = √(289) = 17
3STEP 3

PQ equals ON

The centre and the two feet form a rectangle, so the segment always equals the distance from the centre.

PQ = √(n₁² + n₂²) = ON
4STEP 4

Minimise the distance from O to side AB

So minimise the distance to the side; the perpendicular foot really does land inside the segment.

AH = 64/17 > 0, HB = 225/17 > 0, AH + HB = 17 = AB
5STEP 5

Get the altitude by counting area twice

Counting the triangle's area two ways gives the altitude 120/17.

1/2 · 8 · 15 = 60 = 1/2 · 17 · ON ⟹ ON = 120/17
6STEP 6

Compare with the five choices

That is about 7.06, nearest to 7, choice (C).

120/17 = 7.0588…, |120/17 - 7| = 1/17 ≈ 0.059
Answer
7
Bracket the answer without the exact formula. As N travels from A to B, the quantity ON = PQ starts at OA = 8, dips, and ends at OB = 15. So the minimum must be strictly below 8, and indeed every answer choice is below 8 — consistent. Test one concrete position: the midpoint N = (-4, 7.5) gives ON = √(16 + 56.25) = √(72.25) = 8.5, which is above the claimed minimum 7.06, as it must be. The exact minimising point can also be located and checked: the foot is H = (-1800/289, 960/289), and √(1800² + 960²) = √(4161600) = 2040, so OH = 2040/289 = 120/17, matching the area computation exactly. Finally, note that 120/17 is barely above 7 — the excess is only 1/17 — which is why the problem says "closest to" instead of giving an exact value, and why 7.25 is placed as bait for anyone who rounds upward on instinct.
💡Key takeaway

When two perpendiculars box a point into a rectangle, the segment joining their feet is the same length as the segment back to the corner — so a hard moving distance becomes an easy one.

  • Put the centre at the origin
  • Find the side length
  • PQ equals ON
  • Minimise the distance from O to side AB
  • Get the altitude by counting area twice
  • Compare with the five choices