Rounding and Approximation
Summary: Rounding simplifies numbers while keeping them close to the original value. Key methods include rounding to decimal places, significant figures, and the nearest 10/100/1000, plus estimation by rounding. Tags: concepts math y7 rounding approximation Created: 2026-05-30 Last Updated: 2026-05-30
Content
Rounding to the Nearest 10, 100, or 1000
To round a number, look at the digit immediately to the right of the place value you are rounding to:
- If the next digit is 5 or more: round up
- If the next digit is 4 or less: round down (keep the same)
347 to nearest 10 → the 4 is followed by 7 (≥5), so round up → 350
2847 to nearest 100 → the 8 is followed by 4 (<5), so round down → 2800
7621 to nearest 1000 → the 7 is followed by 6 (≥5), so round up → 8000
Rounding to Decimal Places
Rounding to a specific number of decimal places follows the same principle: look at the digit one place beyond your target.
3.14159 to 2 dp → look at the third decimal (1) which is <5 → 3.14
7.486 to 1 dp → look at the second decimal (8) which is ≥5 → 7.5
0.095 to 2 dp → look at the third decimal (5) which is ≥5 → 0.10
Note that 0.10 is written with the trailing zero to show it is accurate to 2 decimal places.
Rounding to Significant Figures
Significant figures count from the first non-zero digit. Leading zeros are not significant.
Rules for identifying significant figures:
- All non-zero digits are significant
- Zeros between non-zero digits are significant
- Trailing zeros after a decimal point are significant
- Leading zeros are NOT significant
4628 to 1 sf → first digit is 4, next is 6 (≥5) → 5000
0.00582 to 1 sf → first non-zero is 5, next is 8 (≥5) → 0.006
37.49 to 2 sf → first two: 3, 7. Next is 4 (<5) → 37
Estimation
Estimation uses rounded numbers to find an approximate answer quickly. This is useful for checking whether a calculated answer is reasonable.
Method:
- Round each number in the calculation to 1 significant figure
- Perform the simplified calculation
Error Intervals (Bounds)
When a number has been rounded, the original value could have been anywhere within a certain range. The lower bound is the smallest possible original value. The upper bound is the largest possible original value.
For a measurement rounded to a given unit, the error interval is ± half of that unit.
Key Points to Remember
- Always read the question carefully to identify which type of rounding is required
- “To 2 dp” means to 2 decimal places
- “To 1 sf” means to 1 significant figure
- Rounding up may cause a cascade (e.g. 3.996 → 4.0 to 1 dp)
- Estimation is a powerful way to check if an answer makes sense