AMC 8 · 2008 · #2

Grade 4 arithmetic
place-valuesystematic-enumerationlogical-deduction systematic-enumeration ↑ Prerequisites: place-valuemulti-digit-arithmetic
📏 Short solution 💡 2 insights
📘 View easy version →
Problem
The ten letters of the phrase BEST OF LUCK stand for the digits 0 through 9, in the order they appear. Use that code to find which 4-digit number is spelled by CLUE.

Pick an answer.

(A)
8671
(B)
8672
(C)
9781
(D)
9782
(E)
9872

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

How to solve
Strategy Make a Systematic List

Tool #2 (Make a Systematic List) is the natural fit: line the 10 letters up against the digits 0–9 in a two-row table so every code letter has its digit right below it. Once that lookup table exists, decoding any code word is just reading off four digits. Tool #16 (Use Structure / Transform) is the underlying idea — we are turning a word into a number by applying a fixed letter-to-digit transformation, so the structure of the phrase BEST OF LUCK controls the answer.

1STEP 1

Build the lookup table: write BEST OF LUCK in a row with 0, 1, …, 9 underneath, one digit per letter.

Letter & B & E & S & T & O & F & L & U & C & K ; Digit & 0 & 1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 & 9 ;
2STEP 2

Look up each letter of CLUE in the table: C is 8, L is 6, U is 7, E is 1.

C → 8, L → 6, U → 7, E → 1
3STEP 3

Write the digits in CLUE's order — thousands, hundreds, tens, ones — to get 8671.

C L U E → 8 6 7 1 = 8671 → (A)
Answer
8671
Cross-check against the answer choices. The first letter of CLUE is C, the ninth letter of BEST OF LUCK, so the number must start with 8. That kills (C), (D), and (E), which all start with 9. The third letter U is the eighth letter, giving a 7 in the tens place — so the number ends in 7_, and the last letter E is the second letter, giving 1. The number is 8671, matching only (A) 8671.
💡Key takeaway

When a problem hands you a code, the fastest move is to write the matching chart — once the letters and digits are lined up, decoding is just reading.