Mathwords logoMathwords

Ordering Numbers — Definition, Formula & Examples

Ordering numbers is arranging a set of numbers in a specific sequence, either from smallest to largest (ascending order) or from largest to smallest (descending order).

Given a finite set of numbers, ordering is the process of producing a sequence such that each element bears a consistent inequality relation (either \leq or \geq) to the element that follows it.

How It Works

To order numbers, first compare them by looking at their values. For whole numbers, start by checking which has more digits — more digits usually means a larger number. If two numbers have the same number of digits, compare the leftmost digits first, then move right until you find a difference. For negative numbers, remember that a number farther from zero is actually smaller (for example, 8-8 is less than 3-3). Once you know how the numbers compare, write them in the requested order: ascending means least to greatest, and descending means greatest to least.

Worked Example

Problem: Put these numbers in ascending order: 47, 8, 153, 31.
Step 1: Identify the smallest number. Single-digit 8 is the smallest.
88
Step 2: Compare the remaining two-digit numbers: 31 is less than 47.
31<4731 < 47
Step 3: The three-digit number 153 is the largest. Write them all in ascending order.
8,  31,  47,  1538, \; 31, \; 47, \; 153
Answer: Ascending order: 8, 31, 47, 153

Why It Matters

Ordering numbers is a building block for topics like finding the median in statistics, sorting data in computer science, and estimating answers quickly. Mastering it also strengthens your number sense, which helps in every math course from arithmetic through algebra.

Common Mistakes

Mistake: Thinking a larger-looking negative number is greater (e.g., believing 15-15 is greater than 4-4).
Correction: On a number line, 15-15 is farther left than 4-4, so 15<4-15 < -4. With negatives, the number closer to zero is always greater.