AMC 10 · 2012 · #8

Grade 7 arithmetic
absolute-valueperfect-squaresinterval-arithmetic bound-inequality-then-enumerate ↑ Prerequisites: absolute-value
📏 Medium solution 💡 3 insights
Problem
Find every integer x that makes the compound inequality 1 < (x-2)² < 25 true, then add all of those integer values together.

Pick an answer.

(A)
10
(B)
12
(C)
15
(D)
19
(E)
25

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

How to solve
Strategy Introduce a Variable

The expression (x-2) repeats, so Tool #4 (Introduce a Variable) renames it as u=x-2 and turns the problem into the clean inequality 1 < u² < 25. Tool #3 (Eliminate Possibilities) is exactly what the strict < signs demand: throw out the boundary cases where u² equals 1 or 25. Tool #2 (Make a Systematic List) then lays out every surviving solution so none is missed before adding.

1STEP 1

Rename the repeated chunk

The chunk (x-2) repeats, so let u=x-2. The inequality becomes 1 < u² < 25 — one squared quantity instead of a cluttered one.

u=x-2 → 1 < u² < 25
2STEP 2

Find which integers survive

Squares strictly inside 1 and 25 are 4, 9, 16; the endpoints are out. Both signs count, so u∈{-4,-3,-2,2,3,4}.

1 < u² < 25 → u∈{±2,±3,±4}
3STEP 3

Translate back to x

Undo the rename with x=u+2: adding 2 to each u gives x∈{-2,-1,0,4,5,6}, all six solutions in one list.

x=u+2 → x∈{-2,-1,0,4,5,6}
4STEP 4

Add all the solutions

Add them: -2+(-1)+0+4+5+6. The negatives cancel part of the positives, leaving 12 — choice (B).

-2+(-1)+0+4+5+6=12 → (B)
Answer
12
Use symmetry as a check: the six u-values ±2,±3,±4 are balanced around 0, so they add to 0. Since x=u+2, the six x-values add to 0+6×2=12, matching the direct sum. The result 12 is choice (B). The classic trap is forgetting the strict inequalities and letting u=±1 or u=±5 slip in, which would change both the count and the total.
💡Key takeaway

Rename the repeated chunk with a letter, use the strict < signs to throw out the boundary values, then list and add every solution.

  • Rename the repeated chunk
  • Find which integers survive
  • Translate back to x
  • Add all the solutions