AMC 8 · 1999 · #15

Grade 5 counting
permutations-basicsystematic-enumerationmulti-digit-arithmetic caseworkoptimization-countingsystematic-enumeration ↑ Prerequisites: permutations-basicmulti-digit-arithmetic
📏 Medium solution 💡 3 insights
📘 View easy version →
Problem
Flatville license plates are three letters: the 1st from a set of 5, the 2nd from a set of 3, the 3rd from a set of 4. Two new letters get added to these sets (both to one set, or one each to two sets). What is the largest number of ADDITIONAL plates that can be made?

Pick an answer.

(A)
24
(B)
30
(C)
36
(D)
40
(E)
60

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

How to solve
Strategy Make a Systematic List

Only a handful of distributions exist for 2 extra letters across 3 sets, so Tool #2 (Make a Systematic List) sweeps them all without missing any: 3 ways to put both letters in one set plus 3 ways to put one letter in each of two sets — exactly 6 cases. Tool #6 (Guess and Check) is the natural companion: compute the new product for each case and pick the largest. The size of the case list is small enough that listing beats algebra, which keeps the solution accessible.

1STEP 1

Multiply the three set sizes: 60 plates is the baseline we subtract at the end.

5 × 3 × 4 = 60 plates
2STEP 2

List every way to spread 2 letters: both in one set (3 ways) or one each in two sets (3 ways) — 6 cases.

Cases: (7,3,4), (5,5,4), (5,3,6), (6,4,4), (6,3,5), (5,4,5)
3STEP 3

Multiply the three updated sizes in each case to get its new plate total.

7×3×4=84, 5×5×4=100, 5×3×6=90, 6×4×4=96, 6×3×5=90, 5×4×5=100
4STEP 4

The best new total is 100 (from 5×5×4); subtract the original 60 for the ADDITIONAL plates.

100 - 60 = 40 → (D)
Answer
40
Quick sanity check on the winning cases: 5+5+4=14 and 5+4+5=14, matching the required total of 5+3+4+2=14. Both winners have set sizes as close to equal as possible, which fits the well-known rule "for a fixed sum, the product is largest when the numbers are most balanced." The losing cases all have one set much bigger or smaller than the others. Also, 40 is one of the listed choices, and the bigger choice 60 would mean the new total was 120, which no 14-sum case can reach (5·5·4=100 is the cap). So (D) is the only consistent answer.
💡Key takeaway

Only 6 ways exist to spread 2 new letters across 3 sets — list them, multiply, and the best one is 5 × 5 × 4 = 100, which is 40 more plates than the original 60.