Question 1165052
.
<pre>

An equation


    | B - 1200 | <= 0.07*1200

or

    | B - 1200 | <= 84.


The solutions:

    {{{B[max]}}} = 1200 + 84 = 1284.

    {{{B[min]}}} = 1200 - 84 = 1116.
</pre>

Solved.