Minimum value for Addition
LB + LB
Maximum value for Addition
UB + UB
Minimum value for Subtraction
LB-UB
Maximum value for Subtraction
UB - LB
Minimum value for multiplication
LB X LB
Maximum value for Multiplication
UB X UB
Minimum value for division
LB divided by UB
Maximum value for Division
UB divided by LB
UB =
upper bound
LB =
lower bound
UB is the 1st number
you can’t round the number to
e.g. 10<15
15 is the UB
LB is the
lowest number you can round to
e.g. 5 is the LB of 10
Bronze Example:
a = 8.8 (rounded to 1dp)
b = 8.41 (rounded to 2dp)
Find the maximum of
a + b
a - b
a x b
a/b
a + b = 17.265
a - b = 0.445
a x b = 74.47275
a/b = 1.053(3dp)