AMC 10 · 2002 · #24

Grade 8 geometry-2d
triangle-inequalityarea-trianglespythagorean-theoreminteger-pythagorean-triples extreme-principleidentify-subproblems ↑ Prerequisites: pythagorean-theoremarea-triangles
📏 Long solution 💡 4 insights
Problem
A convex quadrilateral ABCD has area 2002, and some point P inside it satisfies PA = 24, PB = 32, PC = 28, PD = 45. Find the perimeter of ABCD.

Pick an answer.

(A)
$4\sqrt{2002}$
(B)
$2\sqrt{8465}$
(C)
$2(48+\sqrt{2002})$
(D)
$2\sqrt{8633}$
(E)
$4(36 + \sqrt{113})$
How to solve
Strategy Extreme Principle

The sides are exactly what is not given, so tool #16 (Change Focus) says stop looking at sides and look at the diagonals — those are the segments the four given distances actually control. That produces an upper bound on the area, and the given area turns out to equal that bound exactly. Tool #14 (Extreme Principle) is then the engine of the whole solution: when a quantity is handed to you at its ceiling, every inequality used to build the ceiling has to be an equality, and each of those equalities is a geometric fact about the picture. Tool #1 (Draw a Diagram) is needed twice — once to see the heights onto a diagonal, and once to build the extremal quadrilateral and check that it really exists, because a bound with nothing attaining it proves nothing. Tool #7 (Identify Subproblems) closes the job: once the diagonals are known to cross at right angles at P, each side is a separate small Pythagorean computation.

1STEP 1

Cut along the diagonal AC

A diagonal splits the quadrilateral, giving area as half the diagonal times the two heights.

[ABCD] = [ABC] + [ACD] = 1/2AC · h_B + 1/2AC · h_D = 1/2AC (h_B + h_D)
2STEP 2

Trade the two heights for BD

Those heights are capped by the other diagonal, with equality only when the diagonals are perpendicular.

h_B + h_D ≤ BD → [ABCD] ≤ 1/2AC · BD, with equality only if AC ⊥ BD
3STEP 3

Bound both diagonals through P

The triangle inequality through P caps the diagonals at 52 and 77.

AC ≤ PA + PC = 52, BD ≤ PB + PD = 77
4STEP 4

Close the squeeze

Both ends of the chain equal 2002, so every step is an equality and the diagonals cross at P at right angles.

2002 = [ABCD] ≤ 1/2AC · BD ≤ 1/2 · 52 · 77 = 2002
5STEP 5

Check the shape really exists

Building that figure explicitly confirms its four right triangles total 2002.

1/2(24 · 32 + 32 · 28 + 28 · 45 + 45 · 24) = 1/2 · 4004 = 2002
6STEP 6

Pythagoras at the four corners

Pythagoras at each corner gives sides 40, √(1808), 53, 51.

AB = 40, BC = √(1808), CD = 53, DA = 51
7STEP 7

Add the four sides

Adding and simplifying the radical gives 4(36+√(113)), choice (E).

40 + 4√(113) + 53 + 51 = 144 + 4√(113) = 4(36+√(113)) → (E)
Answer
4(36 + √(113))
Put the extremal picture on coordinates as an independent check: P = (0,0), A = (-24,0), C = (28,0), B = (0,-32), D = (0,45). The four distances from the origin are 24, 32, 28, 45 as required. The shoelace formula on A, B, C, D gives 1/2(768 + 896 + 1260 + 1080) = 2002, matching the given area. The cross products of consecutive edge vectors are 1664, 2156, 2340, 1848 — all the same sign, so the quadrilateral really is convex and P really is interior, which is what the problem assumed. The four side lengths measured from these coordinates are 40, √(1808), 53, 51, as computed. The size is sane too: the triangle inequality caps each side by the sum of two of the given distances, so the perimeter can never exceed 2(24+32+28+45) = 258, and 144 + 4√(113) ≈ 186.52 sits comfortably below that. Estimating alone would not have been enough — the five choices evaluate to about 178.98, 184.01, 185.49, 185.83, 186.52, and the two nearest rivals are only 0.34 apart.
💡Key takeaway

When the number a problem hands you is exactly the biggest the setup allows, every inequality you used to reach that ceiling has to be tight — and each tight inequality hands back a piece of the shape.

  • Cut along the diagonal AC
  • Trade the two heights for BD
  • Bound both diagonals through P
  • Close the squeeze
  • Check the shape really exists
  • Pythagoras at the four corners
  • Add the four sides