AMC 10 · 2006 · #2

Grade 6 algebra
function-evaluationorder-of-operationsexponents identify-subproblems ↑ Prerequisites: function-evaluation
📏 Short solution 💡 1 insight
Problem
A new operation cubes the first number and subtracts the second. Find the result when the same letter fills every slot of a nested expression.

Pick an answer.

(A)
-h
(B)
0
(C)
h
(D)
2h
(E)
$h^3$
How to solve
Strategy Identify Subproblems

The expression h ⊗ (h ⊗ h) hides one operation inside another, so Tool #7 (Identify Subproblems) says: settle the parentheses first, then handle the outer ⊗. Tool #4 (Introduce a Variable) lets us hold the inner answer as one lump and drop it into the y slot of the rule, so we never lose track of which input gets cubed. Tool #3 (Eliminate Possibilities) reads the choices — the outcome must stay a simple expression in h, and choice (E) h³ is exactly the term that ends up cancelling, so it is a natural trap to watch for.

1STEP 1

Do the inside operation first

The inner operation gives a difference.

h ⊗ h = h³ - h
2STEP 2

Feed that result into the outer rule

Only the first input is cubed, so that whole block gets subtracted.

h ⊗ (h³ - h) = h³ - (h³ - h)
3STEP 3

Distribute the subtraction and simplify

The cubes cancel, leaving h, choice (C).

h³ - (h³ - h) = h³ - h³ + h = h → (C)
Answer
h
Test the rule on a number to be sure the letters were handled right. Let h = 2. Inner: 2 ⊗ 2 = 2³ - 2 = 6. Outer: 2 ⊗ 6 = 2³ - 6 = 8 - 6 = 2, which equals h = 2. The numeric result matches choice (C) and rules out the others: (A) -h = -2, (B) 0, (D) 2h = 4, and (E) h³ = 8 are all wrong for h = 2, so only (C) survives.
💡Key takeaway

Finish the parentheses first, then plug that whole result into the rule as the part you subtract — here the two h³ pieces cancel and only h is left.

  • Do the inside operation first
  • Feed that result into the outer rule
  • Distribute the subtraction and simplify