Question 1202179
.
<pre>

The absolute value inequality, which you want to get, is THIS ONE

    |x - 150| <= 3  pounds.


Its solution, step by step, is as follows

    -3 <= x - 150 <= 3

    150-3 <= x <= 150+3

      147 <= x <=   153.
</pre>

Solved, with explanations.