When a value is rounded to the nearest unit \(u\), the original number must lie within a range (or bound) around the rounded value. This range is given by:
\[ x \in \left[x_{\text{stated}} - \tfrac{u}{2}, \; x_{\text{stated}} + \tfrac{u}{2}\right) \]
The lower bound is the stated value minus half the unit, and the upper bound is the stated value plus half the unit (but not including it).
Use bounds when:
Bounds describe the range of possible original values after rounding. The lower bound is half a unit below the rounded value, and the upper bound is half a unit above. This ensures precise answers in exam problems involving measurements and error analysis.