AMC 10 · 2010 · #13

Grade 8 algebra
absolute-valuelinear-equations-one-var casework ↑ Prerequisites: absolute-value
📏 Medium solution 💡 3 insights
Problem
A real number x satisfies the equation x=2x602xx = \left|2x - |60 - 2x|\right|, in which one absolute value is nested inside another. What is the sum of all such x?

Pick an answer.

(A)
32
(B)
60
(C)
92
(D)
120
(E)
124

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

How to solve
Strategy Identify Subproblems

An absolute value is really two rules in disguise: |A| = A when A ≥ 0 and |A| = -A when A < 0. With one absolute value inside another, Tool #7 (Identify Subproblems) splits the tangle into a few clean linear equations, one per sign region. Tool #3 (Eliminate Possibilities) then throws out any answer that lands outside the region it was built for, so only the genuine solutions survive to be added.

1STEP 1

The value must be non-negative

The outer absolute value can never be negative, so every solution has to satisfy x ≥ 0.

x = | 2x - |60 - 2x| | ≥ 0
2STEP 2

Split on the inner absolute value

The inner |60 - 2x| changes rule at x = 30. For x ≤ 30 it equals 60 - 2x, so the equation becomes x = |4x - 60|.

x ≤ 30: x = | 2x - (60 - 2x) | = |4x - 60|
3STEP 3

Solve the first case

Split |4x - 60| at x = 15: x ≥ 15 gives x = 4x - 60, so 20; below 15 gives x = 60 - 4x, so 12.

x = 4x - 60 → x = 20; x = 60 - 4x → x = 12
4STEP 4

Solve the second case

For x greater than 30 the inside is 2x - 60, the two 2x terms cancel, and the equation gives x = |60| = 60.

x > 30: x = | 2x - (2x - 60) | = |60| = 60
5STEP 5

Collect and add the solutions

All three candidates 12, 20 and 60 sit inside the range they came from, and their sum is 92, choice (C).

12 + 20 + 60 = 92 → (C)
Answer
92
Test each solution in the original equation. x = 12: |60 - 24| = 36, then |24 - 36| = 12. Correct. x = 20: |60 - 40| = 20, then |40 - 20| = 20. Correct. x = 60: |60 - 120| = 60, then |120 - 60| = 60. Correct. All three check out, and 12 + 20 + 60 = 92 matches choice (C).
💡Key takeaway

Peel a nested absolute value one layer at a time: each sign choice becomes a simple line equation, and you keep only the answers that land in their own range.

  • The value must be non-negative
  • Split on the inner absolute value
  • Solve the first case
  • Solve the second case
  • Collect and add the solutions