Rounding Numbers

15 min
0/4 practice checks

Rounding replaces a number with a nearby, tidier one — handy for quick estimates. 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 (keep the digit the same).

Everything to the right then becomes 00.

Worked example. Round 638638 to the nearest 100100.

The hundreds digit is 66. Look one place to the right — the tens digit is 33. Since 3<53 < 5, round down: keep the 66 and zero the rest. 638600638 \approx 600.

What is 4747 rounded to the nearest 1010?

Round 638638 to the nearest 100100.

Round 28502\,850 to the nearest 100100.

Round 45004\,500 to the nearest 10001\,000.