AMC 10 · 2012 · #24

Grade 8 arithmetic
systems-of-equationsperfect-squares caseworkconvert-to-algebra ↑ Prerequisites: systems-of-equations
📏 Long solution 💡 4 insights
Problem
Positive integers a ≥ b ≥ c satisfy two messy equations: a² - b² - c² + ab = 2011 and a² + 3b² + 3c² - 3ab - 2ac - 2bc = -1997. Find the value of a.

Pick an answer.

(A)
249
(B)
250
(C)
251
(D)
252
(E)
253

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

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

Add the two equations term by term: the cross-terms partly cancel and the right side becomes 14. Halve both sides.

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

Rewrite as a sum of squares

That symmetric form is exactly half of (a-b)² + (b-c)² + (c-a)², so multiply both sides by 2.

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

Name the gaps

Let x = a - b and y = b - c, non-negative integers with a - c = x + y; substituting and halving leaves x² + xy + y² = 7.

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

Pin down the gaps

Each gap is at most 2, and the only non-negative pair with x² + xy + y² = 7 is 1 and 2 in some order, so a - c = 3.

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

Turn each case into an equation in a

Feed each case into equation (1): (a-1, a-3) collapses to 7a - 10 = 2011, and (a-2, a-3) to 8a - 13 = 2011.

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

Reject Case A

Case A needs 7a = 2021, but 2021 leaves remainder 5 on division by 7, so a is not an integer — drop it.

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

Solve Case B

Case B gives 8a = 2024, so a = 253 with b = 251, c = 250 — both original equations check out.

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