SOLUTION: A brick company guarantees to fill a contractors order to within 7% accuracy. A contractor orders 1200 bricks. Write and solve and absolute value equation to find the maximum and m

Algebra ->  Absolute-value -> SOLUTION: A brick company guarantees to fill a contractors order to within 7% accuracy. A contractor orders 1200 bricks. Write and solve and absolute value equation to find the maximum and m      Log On


   



Question 1165052: A brick company guarantees to fill a contractors order to within 7% accuracy. A contractor orders 1200 bricks. Write and solve and absolute value equation to find the maximum and minimum number of bricks guaranteed,
Answer by ikleyn(52810) About Me  (Show Source):
You can put this solution on YOUR website!
.

An equation


    | B - 1200 | <= 0.07*1200

or

    | B - 1200 | <= 84.


The solutions:

    B%5Bmax%5D = 1200 + 84 = 1284.

    B%5Bmin%5D = 1200 - 84 = 1116.

Solved.