2006 AMC 10B Problem 2AMC 10 Step by Step
Name: Date: September 13, 2026
Functions · difficulty 1 of 5 · about 1 min · position P1-10
For real numbers and , define . What is ?
- A)
- B)
- C)
- D)
- E)
Answer
A
Key insight
The operation is just x^2 - y^2, so evaluate the inner one first: 4 spade 5 = -9, then 3 spade (-9) = 9 - 81.
Solution
By the difference of squares, , so is simply .
Work from the inside out. First
Then
The answer is .
Why this works
A made-up operation is just a formula with two inputs; recognizing it as removes the multiplication step. Nested operations are evaluated innermost first, exactly like nested function calls, and the sign of the inner result must be carried faithfully into the outer one.
The trap
Dropping the sign of the inner result (using 9 instead of -9), or squaring -9 and forgetting the square is positive.
Common mistakes
- Dropping the sign of the inner result (using 9 instead of -9), or squaring -9 and forgetting the square is positive.
- Computing by ignoring the parentheses.
Techniques
Set up the equation/formula and compute; no special trick needed