Question 120013
using [x-145.045]< (or = to)3.295 where x is a baseballs weight in grams. 
q: a manufactured baseball weighs 147 grams. is this baseball acceptable? 
Test x=147:
[147-145.045] <= 3.295
1.955 <= 3.295
True, therefore x=147 is acceptable.
------------------------------------


Q: a manufactured baseball weighs 140.8 grams. is this baseball acceptable?
Test x = 140.8
[140.8-145.045] <- 3.295
--4.2450 < 3.295
True, therefore x = 140.8 is acceptable
========================
Cheers,
Stan H.