Answer:
vw = r This is not correct
abs ( c - 450) <= 45
Explanation:
1. v = wr
Divide by w Divide by wr Divide by r
v/w = wr/w =r v/wr = wr/wr =1 v/r = wr/r =w
vw = r This is not correct
v/w = r This one is good
v/wr = 1 This one is good
v/r= w This one is good
2. When working with absolute values, the amount that can vary is on the other side from the absolute value.
abs( value - target) inequality amount that it varies by
the target is 450
no more than is less than or equal to
the amount we can vary by is 45
abs ( c - 450) <= 45