Numbers & Place Value

Problem

Build a number from digit conditions in order

Build a single six-digit number whose six place-value digits satisfy a list of clues, using each of the digits 0, 1, 2, 3, 4 at least once.
Base-ten numbers
Your answer
How to solve
Strategy Guess and Check — Each clue pins down one place, so I fix the places I know for certain first (a subproblem per place), then use the 'use every digit' rule to fill the one leftover place, checking the result against all clues.
1STEP 1

Hundred-thousands place

A place value of 200,000 in the hundred-thousands place means that digit is 2.

200,000 = 2 × 100,000
2STEP 2

Ones place

The largest of the allowed digits 0,1,2,3,4 is 4, and it goes in the ones place.

ones digit = 4
3STEP 3

Ten-thousands and hundreds places

These two digits are equal and each is 1 less than the ones digit 4, so both are 3.

4 - 1 = 3
4STEP 4

Thousands place

The thousands digit is given directly as 0.

thousands digit = 0
5STEP 5

Tens place by 'use every digit'

So far the digits placed are 2, 3, 0, 3, ?, 4. The digits 0, 2, 3, 4 already appear, but 1 has not yet been used, so the only empty place (tens) must be 1.

2 3 0 3 1 4
Answer
230,314
230,314 is a six-digit number using only 0,1,2,3,4 with all five present; its ones digit 4 is the largest, ten-thousands and hundreds are both 3 (which is 4-1), thousands is 0, and the lead digit 2 gives place value 200,000. Every clue holds.
Takeaway

This only needs Grade 4 place-value sense: pin down each digit from its clue, then fill the last spot with the digit you haven't used yet!

  • Hundred-thousands place
  • Ones place
  • Ten-thousands and hundreds places
  • Thousands place
  • Tens place by 'use every digit'
Where next?
Another one like thissuggested
Same look, different logicsuggested

▶ Practice — 10 problems