Theory
Bounds are about possible original values before rounding.
The lower bound is the smallest value that would round to the given number.
The upper bound is the next value that would round up to a different number, so it is not included in the interval.
First identify the rounding step. Nearest 10 has step 10, nearest 1 has step 1, 1 decimal place has step 0.1, and nearest 10p has step 0.10 pounds.
Half the step tells you how far to go below and above the rounded value.
Use lower bound <= x < upper bound. The lower bound is included; the upper bound is not included.