# Estimation & Limits of Accuracy

> CIE IGCSE Mathematics · 0580 2025-2027
> Source: https://www.owlsprep.com/study/cie-0580-u1-estimation-limits-of-accuracy/

This guide covers rounding, estimation, and limits of accuracy for CIE IGCSE Maths 0580, aligned with the 2025-2027 syllabus. It includes core content for single quantity bounds and extended content for calculation result bounds.

**Prerequisites:** [Basic number operations and place value](https://www.owlsprep.com/study/cie-0580-u1-number-fundamentals/)

## Learning objectives

- Round values to a specified number of decimal places or significant figures
- Estimate calculation results by rounding all values to 1 significant figure first
- Calculate upper and lower bounds for single rounded quantities (Core requirement)
- Compute upper and lower bounds for results of calculations using rounded values (Extended requirement)

## Rounding to Decimal Places & Significant Figures

Rounding simplifies values while preserving their approximate size, following consistent rules for both decimal places (dp) and significant figures (s.f.). For 0580 exams, you will always be explicitly told how many dp or s.f. to round to.

**Significant Figures (s.f.)** — Digits in a number that indicate its precision, starting from the first non-zero digit. Trailing zeros after a decimal point count as significant, but leading zeros do not.

*Example:* 4.02 has 3 s.f.; 0.0071 has 2 s.f.; 1500 has 2 s.f. if written without a decimal point.

**Worked example:** Round 12.763 to 2 decimal places, and 0.0482 to 2 significant figures.

1. For 2 dp, look at the 3rd decimal digit: 3. It is less than 5, so keep the 2nd decimal digit as 6. Result = 12.76.
2. For 2 s.f., first non-zero digit is 4, second is 8, next digit is 2 < 5, so keep 8. Result = 0.048.

> **Exam tip:** Always underline whether the question asks for decimal places (dp) or significant figures (s.f.) before starting to avoid easy mark loss.

## Estimation Using 1 Significant Figure

Estimation lets you quickly check if a calculation result is reasonable, which is especially useful for non-calculator papers. The CIE 0580 syllabus requires you to estimate by rounding every value in the calculation to 1 s.f. first, then computing the result.

**Worked example:** Estimate the value of $\frac{39.7 \times 2.01}{0.493}$ by rounding all values to 1 s.f. first.

1. Round each value to 1 s.f.: $39.7 \\approx 40$, $2.01 \\approx 2$, $0.493 \\approx 0.5$
2. $$\frac{40 \times 2}{0.5} = \frac{80}{0.5} = 160$$
3. The estimated result is 160.

> **Exam tip:** Even if you can calculate the exact value, always show your 1 s.f. rounding steps for estimation questions to get full marks.

## Core: Limits of Accuracy for Single Rounded Quantities

When a value is given to a specified degree of precision, it lies between two boundary values called the lower bound (smallest possible original value) and upper bound (largest possible original value). Core candidates only need to calculate these for single rounded data points, not calculations.

**Upper and Lower Bounds** — For a value $x$ rounded to the nearest unit $y$: Lower bound = $x - \frac{y}{2}$, Upper bound = $x + \frac{y}{2}$. The value $x$ satisfies: $\text{lower bound} \leq x < \text{upper bound}$.

*Example:* A length of 14 cm measured to the nearest cm has lower bound 13.5 cm and upper bound 14.5 cm.

**Worked example:** A mass is given as 7.2 kg, rounded to 1 decimal place. State its lower and upper bounds.

1. The precision is 0.1 kg, so half the precision is 0.05 kg.
2. $$\text{Lower bound} = 7.2 - 0.05 = 7.15 \text{ kg}$$
3. $$\text{Upper bound} = 7.2 + 0.05 = 7.25 \text{ kg}$$
4. Final range: $7.15 \text{ kg} \leq \text{mass} < 7.25 \text{ kg}$

> **Exam tip:** Remember the upper bound uses a strict < sign, not ≤ — a value exactly equal to the upper bound would round up, so it is not included in the range.

## Extended Only: Bounds of Calculation Results

Extended candidates must calculate the upper and lower bounds of results of calculations that use rounded values. The rule is: to find the maximum possible result, use the upper bounds of values being added or multiplied, and lower bounds of values being subtracted or divided. To find the minimum possible result, use the reverse.

**Worked example:** A rectangular field has length 25 m (nearest m) and width 18 m (nearest m). Calculate the minimum possible area of the field.

1. Find bounds of each value: length lower bound = 24.5 m, width lower bound = 17.5 m
2. Area = length × width, so minimum area uses the lower bounds of both values
3. $$\text{Minimum area} = 24.5 \times 17.5 = 428.75 \text{ m}^2$$

> **Exam tip:** Always list the bounds of each individual value first before calculating the result bound to avoid mistakes.

## Common pitfalls

- **Wrong:** Rounding to dp when the question asks for s.f.
  - Why it fails: Mixing these requirements leads to incorrect answers and lost easy marks.
  - Correct: Underline the requirement (dp/s.f.) before starting your calculation.
- **Wrong:** Writing upper bound with ≤ sign instead of <
  - Why it fails: A value exactly equal to the upper bound would round up, so it is not included in the range.
  - Correct: Always use the format $\text{lower bound} \leq x < \text{upper bound}$ for all bound questions.
- **Wrong:** Rounding to 2 s.f. for estimation questions
  - Why it fails: The 0580 syllabus strictly requires rounding all values to 1 s.f. for estimation, even if a closer estimate is possible.
  - Correct: Round every value in the estimation calculation to 1 s.f. regardless of its size.
- **Wrong:** Using upper bounds of all values to calculate minimum division result
  - Why it fails: Dividing by a larger number gives a smaller result, so you need the upper bound of the denominator for minimum result.
  - Correct: For minimum result of $a/b$, use lower bound of $a$ and upper bound of $b$.
- **Wrong:** Counting leading zeros as significant figures
  - Why it fails: Leading zeros only show the position of the decimal point, not the precision of the measurement.
  - Correct: Start counting significant figures from the first non-zero digit in the number.

## Cheatsheet

| Concept | Rule | Example |
| --- | --- | --- |
| Rounding to s.f. | Count from first non-zero digit, round up if next digit ≥5 | 0.0237 → 0.024 (2 s.f.) |
| Estimation | Round all values to 1 s.f. first, then calculate | $(41 × 1.9)/0.51 ≈ (40×2)/0.5 = 160$ |
| Core: Single value bounds | Half the precision, add for upper bound, subtract for lower | 5.3 cm (1 dp): $5.25 ≤ x < 5.35$ |
| Extended: Calculation bounds | Max result: upper bounds for ×/+, lower for ÷/-; Min result: reverse | Min area = lower length × lower width |

## What's next

Now that you have mastered estimation and limits of accuracy for CIE IGCSE Maths 0580, you can apply these skills to other number topics including standard form, ratio and proportion, and measurement problems. For Core candidates, you are ready to move on to calculations with fractions and decimals, where estimation will help you check your answers for reasonableness. For Extended candidates, you will use bound calculations in topics such as mensuration (area, volume of shapes) and kinematics (speed, distance calculations) to find maximum and minimum possible values of derived quantities. Make sure to practice past paper questions for this topic to avoid common rounding errors, as it is tested frequently across both calculator and non-calculator papers.

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/cie-0580-u1-estimation-limits-of-accuracy/
