AMC 10 · 2012 · #21

Grade 8 number-theoryalgebra
systems-of-equationsperfect-squares caseworkconvert-to-algebra ↑ Prerequisites: systems-of-equations
📏 Long solution 💡 4 insights
Problem
Two messy equations link three ordered positive integers. Find the largest of them.

Pick an answer.

(A)
249
(B)
250
(C)
251
(D)
252
(E)
253
How to solve
Strategy Organize Information in More Ways

Each equation alone is a tangle of squares and cross-terms. Tool #15 (Organize Information in More Ways) is the key move: add the two equations. The nasty cross-terms line up so the sum collapses into the symmetric shape a² + b² + c² - ab - bc - ca, which is exactly half of (a-b)² + (b-c)² + (c-a)². That turns the problem into a statement about the gaps between the three numbers. Tool #4 (Introduce a Variable) names those gaps x = a-b and y = b-c; Tool #3 (Eliminate Possibilities) pins the gaps down because a small sum of squares has only a few whole-number solutions; Tool #7 (Identify Subproblems) then splits the finish into two cases and checks each against equation (1).

1STEP 1

Add the two equations

Adding the equations simplifies everything.

2a² + 2b² + 2c² - 2ab - 2ac - 2bc = 14 → a² + b² + c² - ab - ac - bc = 7
2STEP 2

Rewrite as a sum of squares

It rewrites as a sum of squared gaps.

(a-b)² + (b-c)² + (c-a)² = 14
3STEP 3

Name the gaps

Naming the gaps leaves one small equation.

x² + xy + y² = 7
4STEP 4

Pin down the gaps

Only two gap pairs are possible.

(x, y) = (1, 2) or (2, 1)
5STEP 5

Turn each case into an equation in a

Each becomes a plain linear equation.

Case A: 7a - 10 = 2011 Case B: 8a - 13 = 2011
6STEP 6

Reject Case A

One fails to give a whole number.

7a = 2021, 2021 ÷ 7 = 288 r 5 → no integer a
7STEP 7

Solve Case B

The other gives 253, choice (E).

8a = 2024 → a = 253 → (E)
Answer
253
Plug a = 253, b = 251, c = 250 back into both givens: equation (1) gives 64009 - 63001 - 62500 + 63503 = 2011, and equation (2) gives 64009 + 189003 + 187500 - 190509 - 126500 - 125500 = -1997. Both match exactly, and 253 ≥ 251 ≥ 250 respects a ≥ b ≥ c. The gaps (a-b, b-c) = (2, 1) agree with the {1,2} solution found from the sum of squares. The answer 253 is choice (E).
💡Key takeaway

When two equations both look ugly, add them first — here the mess collapses into a sum of squared gaps, and once you know the numbers are only 1, 2, and 3 apart, one quick divisibility check leaves a = 253.

  • Add the two equations
  • Rewrite as a sum of squares
  • Name the gaps
  • Pin down the gaps
  • Turn each case into an equation in a
  • Reject Case A
  • Solve Case B