A rounded measurement is not one exact value. It represents a whole interval of possible original values. Upper and lower bounds make that hidden interval explicit.
This guide develops bounds from rounding steps, explains why the upper bound is usually excluded, and shows how bounds propagate into calculations such as perimeter, area, speed and density.
The hidden interval behind a rounded value
If a length is given as 12 cm to the nearest centimetre, the true value is not necessarily exactly 12 cm. Any value from 11.5 cm up to but not including 12.5 cm would round to 12 cm.
11.5 ≤ x < 12.5The lower bound is 11.5 cm. The upper bound is 12.5 cm, but the upper endpoint is excluded because 12.5 cm would round to 13 cm under ordinary half-up rounding.
Half the rounding unit
The quickest method is to identify the rounding unit and take half of it.
nearest 1 → half-step 0.5
nearest 0.1 → half-step 0.05
nearest 10 → half-step 5
nearest 100 → half-step 50Then subtract the half-step for the lower bound and add it for the upper bound.
Worked example 1: nearest tenth
A mass is recorded as 7.3 kg to the nearest 0.1 kg.
Lower bound = 7.3 − 0.05 = 7.25
Upper bound = 7.3 + 0.05 = 7.35
7.25 ≤ m < 7.35Worked example 2: nearest ten
A crowd is reported as 4,280 people to the nearest 10.
4275 ≤ N < 4285The rounding unit is 10, so the half-step is 5.
Bounds in multiplication
A rectangle has length 8.0 cm and width 5.0 cm, both correct to the nearest 0.1 cm.
7.95 ≤ L < 8.05
4.95 ≤ W < 5.05For positive measurements, the lower bound of area comes from lower × lower, and the upper bound from upper × upper.
Area lower bound = 7.95 × 4.95 = 39.3525 cm²
Area upper bound = 8.05 × 5.05 = 40.6525 cm²The true area lies within that interval.
Bounds in division
For a positive quotient such as speed = distance ÷ time, the greatest possible speed comes from the greatest distance divided by the smallest time. The least possible speed comes from the least distance divided by the greatest time.
This is where mechanical “upper with upper” rules fail. The operation matters.
Why bounds matter
Bounds tell us what a rounded quantity really guarantees. They are useful in engineering tolerances, measurements, data reporting and exam problems where calculations must reflect the uncertainty already present in the inputs.
Common errors
Using the full rounding unit instead of half. Nearest 1 gives a half-step of 0.5, not 1.
Including the upper endpoint. The upper bound itself normally rounds to the next stated value.
Using upper ÷ upper for maximum quotient. For positive quantities, maximum quotient is upper numerator ÷ lower denominator.
Confusing stated precision with decimal display. Read the wording: nearest centimetre, nearest 0.1 kg, 2 significant figures, and so on.
Diagnostic table
| Error | Likely issue | Repair |
|---|---|---|
| 12 cm gives 11 ≤ x < 13 | Uses full step | Use half the rounding unit |
| Upper endpoint included | Rounding interval meaning | Test what the endpoint itself rounds to |
| Maximum speed uses upper time | Operation structure | Ask what makes quotient largest |
Practice
- Write the error interval for 25 cm to the nearest cm.
- Write the error interval for 3.8 kg to the nearest 0.1 kg.
- A length is 120 m to the nearest 10 m. Find its bounds.
- A rectangle has sides 6.0 cm and 4.0 cm to the nearest 0.1 cm. State which values produce the maximum possible area.
Answers
1. 24.5 ≤ x < 25.5. 2. 3.75 ≤ m < 3.85. 3. 115 ≤ L < 125. 4. Use 6.05 cm and 4.05 cm as upper bounds.
Connected routes
Use Rounding, Significant Figures and Decimal Places for the precision foundation, then continue to Error Intervals and Measurement Uncertainty. Return to the Mathematics Learning Hub.