document.write( "Question 805044: write |2+x| < 9 in the double-inequality form have no clue how to do this...
\n" );
document.write( "also is double inequality form something like n < x < n? \n" );
document.write( "
Algebra.Com's Answer #485067 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The absolute value results in two separate inequalities. \n" ); document.write( "The absolute value \"negates\" the negative sign of the expression. To solve, we work on the positive and negative cases separately. \n" ); document.write( "Positive case: 2 + x < 9 -> x < 7 \n" ); document.write( "Negative case: -(2 + x) < 9 -> -x - 2 < 9 -> -x < 11 -> x > -11 [sign reverses direction] \n" ); document.write( "Now we can write this is a single inequality: \n" ); document.write( "-11 < x < 7 \n" ); document.write( " |