Comparing, Ordering & Rounding

20 min
0/4 practice checks

To compare two whole numbers, look at their digits from the left. The first column where they differ decides which is larger. We record the result with << (less than), >> (greater than) or == (equal).

Compare 4521045\,210 and 4512045\,120: the ten-thousands (44) and thousands (55) match, but in the hundreds column 2>12 > 1, so

45210>45120.45\,210 > 45\,120.

To order a list, compare them in pairs and line them up smallest-to-largest (ascending) or largest-to-smallest (descending).

Rounding replaces a number with a nearby, tidier one. To round to a given place, look at the digit immediately to its right:

  • if that digit is 55 or more, round up;
  • if it is 44 or less, round down (leave the place as it is).

Worked example. Round 38473\,847 to the nearest hundred. The hundreds digit is 88; the digit to its right (tens) is 44, which is less than 55, so we round down and keep 88: the answer is 38003\,800.

Which symbol makes this true?   45210    45120\;45\,210 \;\square\; 45\,120

Round 38473\,847 to the nearest hundred.

Round 2651926\,519 to the nearest thousand.

Which list is in ascending order (smallest to largest)?