AMC 10 · 2006 · #2

Grade 7 algebra
function-evaluationdifference-of-squaresorder-of-operations identify-subproblems ↑ Prerequisites: function-evaluation
📏 Short solution 💡 1 insight
Problem
A made-up operation multiplies the sum of two numbers by their difference. Find the value of a nested application of it.

Pick an answer.

(A)
- 72
(B)
- 27
(C)
- 24
(D)
24
(E)
72
How to solve
Strategy Identify Subproblems

The expression is one ♠ wrapped around another, so Tool #7 (Identify Subproblems) says: solve the inner operation 4 ♠ 5 first, get a single number, then feed that number into the outer 3 ♠ ( ). Spotting that (x+y)(x-y) is the difference-of-squares pattern x²-y² turns each ♠ into a quick 'square minus square'. Tool #3 (Eliminate Possibilities) guards the main trap: the operation is not associative, so grabbing 3 and 4 first, or swapping which number is x, lands on one of the wrong choices.

1STEP 1

Read the rule as difference of squares

The rule is just a difference of squares.

x ♠ y = (x+y)(x-y) = x² - y²
2STEP 2

Do the inner operation first

The inner operation gives -9.

4 ♠ 5 = 4² - 5² = 16 - 25 = -9
3STEP 3

Feed the result into the outer operation

Squaring erases its sign, so the outer step gives -72, choice (A).

3 ♠ (-9) = 3² - (-9)² = 9 - 81 = -72 → (A)
Answer
- 72
Each ♠ is 'a square minus a square', and in the final step we subtract 81 from only 9, so a large negative number is expected — that immediately rules out the positive choices (D) 24 and (E) 72. Squaring -9 correctly as +81 (not -81) is the key move; treating it as -81 would give 9-(-81)=90, which is not even a choice, confirming the sign was handled right. The magnitude 72 also matches 81-9, so -72 is consistent.
💡Key takeaway

When a made-up symbol is defined by a formula, do the operation inside the parentheses first, then plug that number into the outer one — and watch the signs when a square gets subtracted.

  • Read the rule as difference of squares
  • Do the inner operation first
  • Feed the result into the outer operation