🇺🇸 AMC 8 ⇄ switch contest
1996 AMC 8 Stretch

Problem 18

Problem 18 · AMC 8 Stretch Core
Counting & Probability or-process-addand-process-multiply
A state makes regular plates two ways. Old plates: 2 letters then a 2-digit number from 10 to 99. New plates: 2 letters then a 3-digit number from 100 to 999. How many regular plates are possible in all?
Show answer
Answer: 669,240 plates
Show hints
Hint 1 of 4
There are two separate plate formats (old and new). Adding the two counts is an OR process.
Still stuck? Show hint 2 →
Hint 2 of 4
Each format is built by an AND process. A 2-digit number 10-99 has 90 values; a 3-digit number 100-999 has 900 values.
Still stuck? Show hint 3 →
Hint 3 of 4
Old: \(26 \times 26 \times 90\) (two letters, then the 2-digit number). New: \(26 \times 26 \times 900\). Add the two.
Show solution
Approach: OR of two AND processes
  1. Two separate formats means an OR process (add), and each format is an AND process (multiply).
  2. Old plates: 2 letters then a number 10-99 (that's 90 values): \(26 \times 26 \times 90 = 676 \times 90 = 60840\).
  3. New plates: 2 letters then a number 100-999 (that's 900 values): \(26 \times 26 \times 900 = 676 \times 900 = 608400\).
  4. Add the two formats: \(60840 + 608400 = 669240\).
Mark: · log in to save