2010 AMC 10B Problem 4AMC 10 Step by Step
Name: Date: September 13, 2026
Functions · difficulty 1 of 5 · about 1 min · position P1-10
For a real number , define to be the average of and . What is ?
- A)
- B)
- C)
- D)
- E)
Answer
C
Key insight
The heart of x is (x + x^2)/2, so the three values are 1, 3 and 6, the first three triangular numbers.
Solution
By definition . Evaluate at the three inputs:
Their sum is .
The answer is .
Why this works
A made-up symbol is just a function with a stated rule; write the rule as a formula once, then substitute. Note that is the -th triangular number, which explains the values .
The trap
Averaging x with 2x or with x^2 incorrectly, or adding x + x^2 without dividing by 2 (giving 20, choice E).
Common mistakes
- Averaging x with 2x or with x^2 incorrectly, or adding x + x^2 without dividing by 2 (giving 20, choice E).
- Computing instead of summing three separate values.
Techniques
Set up the equation/formula and compute; no special trick needed