2006 AMC 10A Problem 2AMC 10 Step by Step
Name: Date: September 13, 2026
Functions · difficulty 1 of 5 · about 1 min · position P1-10
Define . What is ?
- A)
- B)
- C)
- D)
- E)
Answer
C
Key insight
Evaluate the inner operation first, h ⊗ h = h^3 − h, then feed that result in as the second input of the outer operation.
Solution
Work from the inside out. The rule says "cube the first input and subtract the second," so
Now the outer operation has first input and second input :
The answer is .
Why this works
A made-up operation is just a two-variable function; is not symmetric here, so which input is "first" matters. Nested expressions are evaluated innermost first, and the result is substituted as a single block, parentheses included.
The trap
Putting the inner result into the first slot or dropping the parentheses, so h^3 − h^3 − h = −h (choice (A)) appears instead of h^3 − (h^3 − h).
Common mistakes
- Putting the inner result into the first slot or dropping the parentheses, so (choice (A)) appears instead of .
- Cubing the inner result, , by mixing up which input gets cubed.
Techniques
Set up the equation/formula and compute; no special trick needed