Anthony B. answered 07/27/14
Tutor
4.9
(831)
Math, Stats, Calculus, APA Tutor, Statistics Consulting
A mass is rejected if it is more than .36 oz from the target weight of 18.25. We can rephrase this as "The difference between the actual weight (x) and the target weight (18.25) is greater than .36." The keyword difference tells us to subtract, so in math terms that come out as:
x - 18.25 > .36
However, we have to account for cases in which x is less than .36, in which case we change the order:
18.25 - x > .36
The absolute value summarizes these two into a single inequality:
|x - 18.25| > .36
Last we simplify each of the two original inequalities.
x - 18.25 > .36
x > 18.61 (add 18.25 to both sides)
18.25 - x > .36
-x > -17.89 (subtract 18.25 from both sides)
x < 17.89 (Multiply both sides by -1, and don't forget that multiplying by a negative number reverses the direction of the inequality.)
So we see that answer A is the only one that fits the three statements we derived.