Numbers & Place Value

Problem

Count numbers built from digit cards

Using the four digit cards 8, 0, 5, and 3 each exactly once, build four-digit numbers and count how many of them are greater than 5000.
Base-ten numbers
Your answer
How to solve
Strategy Make a Systematic List — Whether a number is greater than 5000 is decided almost entirely by the thousands digit, so I split the count by which card sits in the thousands place (a subproblem), then systematically list the arrangements of the remaining three cards.
1STEP 1

Decide which card can be in the thousands place

Only a thousands digit of 5 or more clears 5000, so of the cards 8, 0, 5, 3 just 5 and 8 can lead.

thousands digit ≥ 5 → 5 or 8
2STEP 2

Count arrangements with 8 in the thousands place

Fix 8 in front; the other cards 0, 5, 3 fill three places in 6 orders, each at least 8035 — all beat 5000.

3 × 2 × 1 = 6
3STEP 3

Count arrangements with 5 in the thousands place

Fix 5 in front; 0, 8, 3 fill the rest in 6 orders, and even the smallest, 5038, still beats 5000.

3 × 2 × 1 = 6, 5038 > 5000
4STEP 4

Add the cases

Add the two leaders: 6 numbers starting with 8 plus 6 starting with 5 give 12.

6 + 6 = 12
Answer
12
6 + 6 = 12
There are 18 four-digit numbers in all using these cards (3 choices for a nonzero leading digit times 6 arrangements). Only those starting with 5 or 8 beat 5000, which is exactly 12 of them, a believable fraction.
Takeaway

Look at the biggest place first: only cards 5 and 8 can lead a number past 5000, then just count the orderings!

  • Decide which card can be in the thousands place
  • Count arrangements with 8 in the thousands place
  • Count arrangements with 5 in the thousands place
  • Add the cases
Where next?
Another one like thissuggested

▶ Practice — 11 problems