AMC 8 · 2014 · #2

Grade 3 arithmetic
multiplesdivisibility-rulesmental-arithmetic systematic-enumerationidentify-subproblems ↑ Prerequisites: multi-digit-arithmeticmultiples
📏 Short solution 💡 2 insights
📘 View easy version →
Problem
Paul has unlimited 5-cent, 10-cent, and 25-cent coins and needs to pay Paula exactly 35 cents. Among all coin combinations that total 35 cents, find the difference between the largest possible number of coins used and the smallest possible number.

Pick an answer.

(A)
1
(B)
2
(C)
3
(D)
4
(E)
5

AMC 8 2014 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

How to solve
Strategy Identify Subproblems

"Largest minus smallest" is really two separate optimization problems wrapped in one subtraction, so Tool #7 (Identify Subproblems) splits it cleanly: maximize the coin count, then minimize it, then subtract. For each sub-question the move is opposite — to maximize the count, use the smallest-value coin as often as possible; to minimize, use the largest-value coin first (a greedy step). Tool #17 (Pursue Parity / divisibility) confirms both extremes are actually reachable: 35 is a multiple of 5, so an all-nickel payment works, and 35 = 25 + 10 gives a clean two-coin payment.

1STEP 1

Fewest coins: take the biggest first — one 25-cent plus one 10-cent makes 35, so the minimum is 2 coins.

25 + 10 = 35 → min coins = 2
2STEP 2

Most coins: use only the smallest coin — 35 is a multiple of 5, so 35 ÷ 5 = 7 coins is the maximum.

35 ÷ 5 = 7 → max coins = 7
3STEP 3

Subtract the two counts for the requested difference: 7 - 2 = 5.

7 - 2 = 5 → (E)
Answer
5
Sanity check both endpoints. Minimum: 25 + 10 = 35 uses 2 coins; no other pair of allowed coins sums to 35 (e.g. 25 + 5 = 30, 10 + 10 = 20), so we cannot do it in 1 coin and 2 is truly minimal. Maximum: 7 × 5 = 35 uses 7 nickels; any swap of a nickel for a bigger coin (e.g. replace two nickels with one dime) strictly reduces the count, so 7 is truly maximal. Difference 7 - 2 = 5 matches choice (E).
💡Key takeaway

This AMC 8 problem only needs Grade 3 division (35 ÷ 5) plus a tiny bit of Grade 2 adding and subtracting — split it into "fewest coins" and "most coins" and the rest is one quick subtraction.