2010 AMC 10A Problem 6AMC 10 Step by Step
Name: Date: September 13, 2026
Functions · difficulty 1 of 5 · about 1 min · position P1-10
For positive numbers and the operation is defined as
What is ?
- A)
- B)
- C)
- D)
- E)
Answer
C
Key insight
Evaluate the inner operation first: 2 spade 2 = 3/2, then 2 spade (3/2) = 2 - 2/3 = 4/3.
Solution
Work from the inside out. The inner expression is
Now substitute that as the second input:
The answer is .
Why this works
A made-up operation is just a two-variable function; parentheses tell you which evaluation happens first, and the result feeds into the outer call as the input. The only real hazard is the reciprocal of a fraction, so flip carefully.
The trap
Computing 1/(3/2) as 3/2 instead of 2/3, which gives 1/2, or evaluating the operations left to right.
Common mistakes
- Computing 1/(3/2) as 3/2 instead of 2/3, which gives 1/2, or evaluating the operations left to right.
- Plugging into the slot instead of the slot, giving , choice (B).
Techniques
Set up the equation/formula and compute; no special trick needed