The ideal mass for a piece of chocolate is 2.5 ounces. The actual mass for a production can vary by, at most, 0.08 ounces. Create an absolute value inequality and solve it to determine the range of chocolate masses. I don't understand this

1 answer

|x-a| is the distance from x to a, either plus or minus
Now, consider that
|x| = x if x >= 0
|x| = -x if x < 0
and you have
|m - 2.5| <= 0.08
so, if m > 2.5,
m-2.5 <= 0.08
m <= 2.58
Otherwise,
-(m-2.5) <= 0.08
m-2.5 >= 0.08
m >= 2.42

We can write this as
2.5-0.08 <= m <= 2.5+0.08
2.42 <= m <= 2.58