Rounding to a number of DECIMAL PLACES (d.p.) — count digits AFTER the decimal point.
Worked example. Round 3.4567 to:
- 1 d.p. → 3.5 (look at the 5 after 3.4 — round up).
- 2 d.p. → 3.46.
- 3 d.p. → 3.457.
Rounding to a number of SIGNIFICANT FIGURES (s.f.) — count all digits starting from the first non-zero one.
Worked example. Round 0.04567 to:
- 1 s.f. → 0.05 (first non-zero digit is the 4).
- 2 s.f. → 0.046.
- 3 s.f. → 0.0457.
Worked example. Round 7421 to 2 s.f. — answer is 7400. The two 0s are placeholders, NOT significant.
Rule for rounding: look at the digit after the cut. If it's 5 or more, round up. If it's 4 or less, round down.
For Extended Level, also know:
- Rounding to a specific PLACE (nearest 10, 100, 1000) is common in real-life contexts.
- Truncating is NOT rounding — it just chops off digits. Avoid unless explicitly asked.