Bounds Flashcards
1
Q
Lower bound
A
Lowest number that rounds up
2
Q
Upper bound
A
Largest number that rounds down
3
Q
Rule for bounds when given 2 values: addition
A
UB=UB+UB
LB=LB+LB
4
Q
Rules for bounds when 2 values given: multiplication
A
UB=UB x UB
LB=LB x LB
5
Q
Rules for bounds when given 2 values: division
A
UB=UB/LB
LB= LB/UB
6
Q
Rules for bounds when given 2 values: subtraction
A
UB=UB-UB
LB=LB-LB