Nebraska, the home of the AMC, changed its license plate scheme. Each old license plate consisted of a letter followed by four digits. Each new license plate consists of three letters followed by three digits. By how many times has the number of possible license plates increased?
- A)
- B)
- C)
- D)
- E)
Answer
C
Key insight
Old plates number 26 times 10^4 and new ones 26^3 times 10^3; the ratio simplifies to 26^2 / 10.
Solution
Each letter position can be filled in ways and each digit position in ways, independently, so the number of plates is the product over positions.
Old scheme (one letter, four digits): .
New scheme (three letters, three digits): .
"By how many times" asks for the ratio new to old:
The answer is .
Why this works
Independent positions multiply, so the count of plates is a product of 's and 's, and swapping one digit slot for a letter slot multiplies the count by . Two such swaps give a factor of , and the new scheme also drops one position entirely, contributing another factor of : .
The trap
Comparing the counts as a difference, or cancelling exponents incorrectly to get 26^2/10^2 or 26^3/10^3.
Common mistakes
- Comparing the counts as a difference, or cancelling exponents incorrectly to get or .
- Miscounting the old scheme as having three digits, which makes the ratio and matches nothing.
Techniques
Set up the equation/formula and compute; no special trick needed