AMC 10 · 2006 · #2

Grade 6 algebra
function-evaluationorder-of-operationsexponents identify-subproblems ↑ Prerequisites: function-evaluation
📏 Short solution 💡 1 insight
Problem
A new operation is defined by the rule x ⊗ y = x³ - y: cube the first number, then subtract the second. Using this rule, find h ⊗ (h ⊗ h), where the same letter h fills every slot.

Pick an answer.

(A)
-h
(B)
0
(C)
h
(D)
2h
(E)
$h^3$

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

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

Parentheses first: feed x = h and y = h into the rule, so h ⊗ h gives h³ - h.

h ⊗ h = h³ - h
2STEP 2

Feed that result into the outer rule

Apply the rule again with x = h and y = h³ - h; the whole second input is subtracted as one block: h³ - (h³ - h).

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

Distribute the subtraction and simplify

Flip the signs inside: h³ - h³ + h. The two h³ terms 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