AMC 10 · 2011 · #14

Grade 8 geometry-2d
pythagorean-theoremarea-rectanglessymmetric-polynomialsinteger-pythagorean-triples convert-to-algebra ↑ Prerequisites: pythagorean-theorem
📏 Medium solution 💡 2 insights
Problem
A rectangle has a diagonal of 25 meters and an area of 168 square meters. Find the perimeter of the rectangle.

Pick an answer.

(A)
52
(B)
58
(C)
62
(D)
68
(E)
70

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

How to solve
Strategy Introduce a Variable

Tool #4 (Introduce a Variable) names the two sides l and w so the diagonal and the area become two equations. Tool #1 (Draw a Diagram) shows why the diagonal makes a right triangle, which turns the diagonal fact into l²+w²=625. Tool #7 (Identify Subproblems) is the key move: the perimeter only needs l+w, not l and w on their own, and (l+w)² = l²+w²+2lw recycles both facts we already have. This dodges the messy work of solving for each side.

1STEP 1

Cut the rectangle with its diagonal

The diagonal makes a right triangle whose legs are the sides, so l² + w² = 625.

l² + w² = 25² = 625
2STEP 2

Turn the area into an equation

Name the sides l and w. Area is length times width, so the area fact reads l · w = 168.

l · w = 168
3STEP 3

Aim straight at the perimeter

Perimeter needs only l+w, and (l+w)² = l² + w² + 2lw = 625 + 336 = 961.

(l+w)² = l² + w² + 2lw = 625 + 336 = 961
4STEP 4

Undo the square

A length is positive, so take the positive root of 961: since 31² = 961, l + w = 31 meters.

l + w = √(961) = 31
5STEP 5

Double it for the perimeter

The perimeter is 2(l+w), so doubling 31 gives 62 meters — choice (C).

P = 2(l+w) = 2 · 31 = 62 → (C)
Answer
62
Check that real sides exist: l+w=31 and lw=168 mean the sides solve x²-31x+168=0, which factors as (x-7)(x-24)=0, giving sides 7 and 24. Those check out: 7²+24² = 49+576 = 625 = 25², and 7 · 24 = 168. Their perimeter 2(7+24)=62 confirms choice (C).
💡Key takeaway

When you only need the sum of two sides, square the sum — it reuses the area and diagonal facts you already have, so you never have to find each side.

  • Cut the rectangle with its diagonal
  • Turn the area into an equation
  • Aim straight at the perimeter
  • Undo the square
  • Double it for the perimeter