Rounding Numbers
≈ 15 minRounding 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 or more, round up;
- if it is or less, round down (keep the digit the same).
Everything to the right then becomes .
Worked example. Round to the nearest .
The hundreds digit is . Look one place to the right — the tens digit is . Since , round down: keep the and zero the rest. .
What is rounded to the nearest ?
Round to the nearest .
Round to the nearest .
Round to the nearest .

