AMC 10 · 2015 · #7

Grade 6 arithmetic
function-evaluationfraction-arithmeticorder-of-operations identify-subproblems ↑ Prerequisites: fraction-arithmetic
📏 Medium solution 💡 2 insights
Problem
A new operation is defined by a◆ b = a-1/b ("a minus the reciprocal of b"). Using this rule, compute ((1◆2)◆3)-(1◆(2◆3)).

Pick an answer.

(A)
$-\dfrac{7}{30}$
(B)
$-\dfrac{1}{6}$
(C)
0
(D)
$\dfrac{1}{6}$
(E)
$\dfrac{7}{30}$

AMC 10 2015 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

How to solve
Strategy Identify Subproblems

The expression stacks the new operation inside itself, so Tool #7 (Identify Subproblems) is the natural fit: evaluate each small ◆ from the innermost parentheses outward, finishing the left grouping and the right grouping separately before the final subtraction. Tool #3 (Eliminate Possibilities) handles the built-in trap — a student who assumes ◆ is associative would expect the two groupings to cancel and pick (C) 0; carrying the exact fractions instead shows they differ, leaving only one matching choice.

1STEP 1

Evaluate the innermost left piece

Inside the left group, apply the recipe to 1◆2: a=1, b=2 gives 1-1/2 = 1/2.

1◆2 = 1-1/2 = 1/2
2STEP 2

Finish the left grouping

Now apply ◆3: 1/2-1/3 over common denominator 6 gives 3/6-2/6 = 1/6 for the left group.

(1/2)◆3 = 1/2-1/3 = 3/6-2/6 = 1/6
3STEP 3

Evaluate the innermost right piece

Now the right group's inside: 2◆3 with a=2, b=3 gives 2-1/3 = 6/3-1/3 = 5/3.

2◆3 = 2-1/3 = 6/3-1/3 = 5/3
4STEP 4

Finish the right grouping

Then 1◆(5/3): the reciprocal of 5/3 is 3/5, so 1-3/5 = 2/5 for the right group.

1◆5/3 = 1-1/( 5/3 ) = 1-3/5 = 2/5
5STEP 5

Subtract the two groupings

Subtract: 1/6-2/5 = 5/30-12/30 = -7/30 — the groups did not cancel, so (C) 0 is wrong and (A) is right.

1/6-2/5 = 5/30-12/30 = -7/30 → (A)
Answer
-7/30
The left grouping 1/6≈0.167 is smaller than the right grouping 2/5=0.4, so their difference should be a small negative number — and -7/30≈-0.233 fits. Choice (C) 0 would require the operation to be associative, but ◆ subtracts a reciprocal and is not, so a nonzero answer is expected. The magnitude 7/30 is small, ruling out any large value, and the sign is negative, pinning down (A) over its positive twin (E).
💡Key takeaway

A made-up symbol is just a recipe: work the innermost parentheses first, and remember that moving the parentheses can change the answer.

  • Evaluate the innermost left piece
  • Finish the left grouping
  • Evaluate the innermost right piece
  • Finish the right grouping
  • Subtract the two groupings