Rounding to decimal places
The number of decimal places (d.p.) is simply how many digits you keep after the decimal point. To round, look at the very next digit along, the first one you are about to drop:
- if it is 5 or more, round the last kept digit up;
- if it is 4 or less, leave the last kept digit as it is.
That single "look at the next digit" rule is all rounding ever is.
Round \(3.14159\) to 2 decimal places.
Watch the carry
When rounding up pushes a 9 over, it carries. Rounding \(4.98\) to 1 d.p. gives \(5.0\), not \(4.10\). Keep the trailing zero so the reader can see you rounded to one place.
Significant figures
Significant figures (s.f.) count the digits that carry real information, starting from the first non-zero digit. Leading zeros, like the ones in \(0.00408\), just show size and do not count.
The rounding rule is exactly the same as before: find your cut-off, then look at the next digit. The only new skill is spotting where the significant figures begin.
Round \(0.04628\) to 2 significant figures.
For a large number, hold the place value with zeros. Rounding \(45872\) to 2 s.f.: the first two significant figures are 4 and 5, the next digit is 8 (round up), and zeros fill the gap to keep the size, giving \(46000\).
Estimating by rounding
An estimate is a quick, rough answer you get by rounding each number, usually to 1 significant figure, before calculating. It will not be exact, but it tells you the size of answer to expect, which is the best defence against a slipped decimal point or a mis-keyed calculator.
Estimate the value of \(4.87 \times 19.6\).
Where this is assessed
Rounding sits in Criterion A, but estimating shows off Criterion D: using maths to judge whether an answer is reasonable. In multi-step problems, round only at the very end, an early round-off error grows as it is carried through.
Check yourself
1. Round \(7.8351\) to 2 decimal places. +
Keep two digits after the point: \(7.83\,|\,51\). The next digit is 5, which is 5 or more, so round the last kept digit up: \(7.8351 \approx \mathbf{7.84}\) (2 d.p.).
2. Round \(0.0708\) to 2 significant figures. +
The first significant figure is 7, the second is 0. The next digit is 8, so round up: the 0 becomes 1, giving \(0.0708 \approx \mathbf{0.071}\) (2 s.f.).
3. Estimate \(612 \div 2.9\) by rounding to 1 significant figure. +
Round each: \(612 \approx 600\) and \(2.9 \approx 3\). Then \(600 \div 3 = \mathbf{200}\). (The exact value is about \(211\), so the estimate lands close.)
Part of the Standard Maths library. Spotted an error or want a topic added? That feedback makes the notes better.