🇺🇸 AMC 8 ⇄ switch contest
1996 AMC 8 Stretch

Problem 7

Problem 7 · AMC 8 Stretch Stretch
Counting & Probability and-process-multiplyconsidering-extreme-cases
A key blank has 4 positions where metal can be left alone or cut. At each position you may leave it alone OR cut it at one of 3 different depths. How many different keys can be made if at least one position must be cut?
Show answer
Answer: 255 keys
Show hints
Hint 1 of 4
Handle each position as its own step in an AND process.
Still stuck? Show hint 2 →
Hint 2 of 4
At one position you can: leave it alone, or cut at depth 1, or depth 2, or depth 3. How many outcomes is that for one position?
Still stuck? Show hint 3 →
Hint 3 of 4
Each position has 1 (leave alone) + 3 (depths) = 4 outcomes. There are 4 positions, so multiply 4 four times.
Show solution
Approach: AND process per position, then subtract the all-blank key
  1. Each of the 4 positions is a step. At a position you can leave the metal alone or cut at one of 3 depths, so \(1 + 3 = 4\) outcomes per position.
  2. Multiply over the 4 positions: \(4 \times 4 \times 4 \times 4 = 4^4 = 256\).
  3. This counts the key with no cuts at all. Since at least one position must be cut, remove that single key: \(256 - 1 = 255\).
Mark: · log in to save