Journal · August 2026 · Journal essay
Arithmetic

Ordering Numbers from Smallest to Largest

Compare place values, place one number at a time, then verify every neighbouring pair with a less-than statement.

Subscribe RSS
Geo and two children arrange cards reading 9, 18, 31, 47 and 52 in increasing order
Cover plate · Math & Patterns, August 2026.
Short answer · 30-second read

To order non-negative whole numbers from smallest to largest, compare how many digits they have, then compare digits from left to right when the lengths match. Place the smallest remaining number next and verify the finished row by checking that each value is less than the value immediately after it.

Ordering numbers is easier when you make one comparison at a time. Do not try to hold the entire row in your head.

Use this fixed routine:

  1. Compare the values using place value.
  2. Place the smallest remaining value into the next open position.
  3. Verify every neighbouring pair from left to right.

Here is a complete example.

Order 47, 9, 31, 52 and 18

The set is:

47, 9, 31, 52, 18

First find the smallest. The number 9 has one digit; every other number has two. Among non-negative whole numbers written without leading zeroes, a one-digit number is smaller than a two-digit number. Put 9 first.

Now compare the tens digits of the remaining values:

  • 18 has 1 ten.
  • 31 has 3 tens.
  • 47 has 4 tens.
  • 52 has 5 tens.

Those tens digits already decide their order. The finished row is:

9, 18, 31, 47, 52

Do not stop after arranging the cards. Write the adjacent check:

9 < 18 < 31 < 47 < 52

Every comparison points in the same direction, so the order is verified.

When the tens digits match

Suppose you need to compare 43 and 47. Both have 4 tens, so the tens place cannot decide. Move one place to the right:

  • 43 has 3 ones.
  • 47 has 7 ones.

Because 3 is less than 7, 43 < 47.

The same idea extends to larger whole numbers. Compare the highest place first. Only move right when the digits match.

For example, compare 326 and 361:

  • Hundreds: both have 3.
  • Tens: 2 is less than 6.
  • The ones digits are not needed.

Therefore 326 < 361.

Place one extreme at a time

With a longer set, repeatedly find the smallest unplaced number:

  1. Circle the smallest value.
  2. Move it into the next position on the left.
  3. Cross it out in the unsorted set.
  4. Repeat with what remains.

This reduces one large problem to several small comparisons. It also leaves a visible record, so a skipped number is easier to notice.

A number line can help when the symbols feel abstract: values farther left are smaller and values farther right are larger. But the place-value method is quicker when the numbers are not already plotted.

Three common errors

Comparing only the first digit. The 9 in 9 is greater than the 5 in 52, but 9 is still the smaller number because it has fewer place-value positions.

Sorting the digits inside a number. Ordering 47 and 52 does not mean rearranging them into 74 or 25. Each number stays intact.

Checking only the endpoints. A row can begin with the smallest and end with the largest while two middle values are reversed. Check every adjacent pair.

The method here stays with non-negative whole numbers, matching the narrow task demonstrated on this page. Ordering negative numbers, decimals or evaluated expressions needs extra comparison rules.

Try the exact browser task

Math & Patterns’ Number Order browser demo currently presents five integers and asks you to arrange them from smallest to largest. It does not demonstrate decimals, expressions or descending order, so this article does not claim those capabilities.

The game is a direct place to apply compare-place-verify. For a wider developmental overview, use the early maths skills by age guide. If the phrase “order” means which arithmetic operation to perform first, that is a different problem covered in order of operations: left to right.

Sources and further reading

Reader questions

What does smallest to largest mean?
It means arranging values in ascending order, beginning with the least value and ending with the greatest.
How do you compare two whole numbers with the same number of digits?
Compare the leftmost digits first. If they match, move one place to the right until the first different pair decides which number is smaller.
How can I check an ordered list?
Read from left to right and compare each neighbouring pair. Every number must be less than or equal to the next; when all values are distinct, each must be strictly less.