AMC 10 · 2005 · #20

Grade 6 arithmetic
permutations-basicplace-valuemean-median-mode-range symmetry-argumentpattern-recognition ↑ Prerequisites: permutations-basicplace-value
📏 Medium solution 💡 2 insights
Problem
We consider the 5-digit numbers built by arranging the digits 1, 3, 5, 7, 8. Each number uses all five of these digits exactly once. There are many such numbers, and we want the average (mean) of all of them — the sum of every number divided by how many numbers there are.

Pick an answer.

(A)
48000
(B)
49999.5
(C)
53332.8
(D)
55555
(E)
56432.8

AMC 10 2005 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

How to solve
Strategy Look for a Pattern

Listing all the numbers and adding them is hopeless by hand, so the winning idea is Tool #5 (Look for a Pattern): every digit is treated the same way, so across all the arrangements each digit lands in each place-value column equally often. Tool #16 (Change Focus) reframes the average — instead of averaging whole numbers, we average one place-value column at a time. Tool #15 (Organize Information) writes each number in place-value form so those columns are visible. Tool #7 (Identify Subproblems) then splits the work into 'find the average digit' and 'multiply by the place values', which are both easy.

1STEP 1

Write a number by place value

Each number weights its five digits by place value 10000, 1000, 100, 10, 1 — so which digit sits in which column decides everything.

N = d₁ · 10000 + d₂ · 1000 + d₃ · 100 + d₄ · 10 + d₅ · 1
2STEP 2

Average each place on its own

The average of a sum is the sum of the averages, so average each column on its own — write d_k for place k — and add the columns back up.

N = d₁ · 10000 + d₂ · 1000 + d₃ · 100 + d₄ · 10 + d₅ · 1
3STEP 3

Every place has the same average digit

No column is special: each digit lands there equally often, so every column's average digit is the mean of 1, 3, 5, 7, 8, namely 4.8.

d_k = (1+3+5+7+8)/5 = 24/5 = 4.8 for every place k
4STEP 4

Combine the columns

Every column contributes 4.8 times its place value, so factor 4.8 out; what is left is 10000+1000+100+10+1 = 11111.

N = 4.8 (10000+1000+100+10+1) = 4.8 × 11111
5STEP 5

Multiply to finish

As whole numbers 48 × 11111 = 533328; restoring the one decimal place gives 4.8 × 11111 = 53332.8, which is choice (C).

48 × 11111 = 533328 → 4.8 × 11111 = 53332.8 → (C)
Answer
53332.8
The average digit 4.8 is just under 5, and multiplying by 11111 should land the answer just under the all-fives number 5 × 11111 = 55555. Our result 53332.8 sits exactly there — a little below 55555 — which is the right size for a typical digit slightly below 5. This also exposes the traps: (D) 55555 is what you get if you wrongly use an average digit of 5; (A) 48000 and (E) 56432.8 are far from the estimate. So (C) is the only reasonable value.
💡Key takeaway

When every arrangement is equally likely, each place-value column just shows the average digit, so the average number is that one average digit times 11111.

  • Write a number by place value
  • Average each place on its own
  • Every place has the same average digit
  • Combine the columns
  • Multiply to finish