AMC 10 · 2010 · #5

Grade 7 algebra
order-of-operationslinear-equations-one-var convert-to-algebra ↑ Prerequisites: order-of-operations
📏 Medium solution 💡 2 insights
Problem
Dropping every bracket but keeping the signs happens to give the right value. Find the last number.

Pick an answer.

(A)
-5
(B)
-3
(C)
0
(D)
3
(E)
5
How to solve
Strategy Introduce a Variable

Keep e as an unknown letter and turn both computations into expressions in e (Tool #4, Introduce a Variable). Tool #7 (Identify Subproblems) handles the correct expression one layer at a time, peeling the nested parentheses from the inside out so the minus signs are distributed without error. Then Tool #13 (Convert to Algebra) turns the sentence "Larry's answer equals the correct answer" into a single equation in e, which solves in one line. Carrying e symbolically is cleaner than testing all five choices, because it produces the value directly.

1STEP 1

Expand the correct expression

Expanding the brackets flips some terms twice.

a-(b-(c-(d+e))) = a-b+c-d-e
2STEP 2

Write Larry's stripped version

The bracket-free version keeps every sign as written.

a-b-c-d+e
3STEP 3

Substitute the known numbers

Substituting leaves one unknown on each side.

correct=-2-e, Larry=-8+e
4STEP 4

Set them equal and solve

Setting them equal gives 3, choice (D).

-2-e=-8+e → 6=2e → e=3
Answer
3
Plug e=3 back into the original problem. Correct: 1-(2-(3-(4+3)))=1-(2-(3-7))=1-(2-(-4))=1-6=-5. Larry: 1-2-3-4+3=-5. Both give -5, so the coincidence really happens and e=3, choice (D), is right.
💡Key takeaway

A minus sign in front of a group flips every sign inside it, so expand the real expression carefully, write Larry's no-parentheses version, set the two equal, and solve for e to get 3.

  • Expand the correct expression
  • Write Larry's stripped version
  • Substitute the known numbers
  • Set them equal and solve