document.write( "Question 1123482: So this is using absolute value with inequalities.
\n" );
document.write( "A Company manufactures cell phone cases. The length of a certain case must be within .25 mm of 125 mm. All cases with Lengths outside of this range are removed from the inventory. How could you use an absolute value inequality to represent the lengths of all the cases that should be removed? \n" );
document.write( "
Algebra.Com's Answer #739839 by Theo(13342)![]() ![]() You can put this solution on YOUR website! the length must be within plus or minus .25 mm of 125 mm.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if x is the length of the case, then:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "absolute value of (x - 125) must be <= .25\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this is shown as |x - 125| <= .25\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when the expression within the absolute value sign is positive, the expression becomes (x - 125) <= .25 \n" ); document.write( "add 125 to both sides of this inequality to get: \n" ); document.write( "x <= 125 + .25 = 125.25\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when the expression within the asbolute value sign is negative, the expression becomes (x - 125) >= -.25 \n" ); document.write( "add 125 to both sides of this inequality to get: \n" ); document.write( "x >= 125 - .25 = 124.75\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the manufactured case must have a length that is greater than or equal to 124.75 mm and less than or equal to 125.25 mm.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "otherwise it is removed from the inventory.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |