document.write( "Question 1095870: A brick company guarantees to fill a contractor's order to within 5% accuracy. A contractor orders 1500 bricks. Write and solve and absolute-value equation to find the maximum and minimum number of bricks guaranteed.\r
\n" );
document.write( "\n" );
document.write( "I tried: |x - 1500| = 5% of 1500 \n" );
document.write( "
Algebra.Com's Answer #710370 by Boreal(15235) You can put this solution on YOUR website! |1500-x|=75 \n" ); document.write( "1500-x=75 \n" ); document.write( "x=1425 bricks. \n" ); document.write( "1500-x= -75 \n" ); document.write( "x=1575 bricks. \n" ); document.write( "(1425, 1575) \n" ); document.write( " |