document.write( "Question 118164: Solving inequalities with absolute values\r
\n" );
document.write( "\n" );
document.write( "I need an example of this and a way to solve it.
\n" );
document.write( "thank you
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #86391 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Solving inequalities with absolute values \n" ); document.write( "Type I (Less than) \n" ); document.write( "|3x+4| < 7 \n" ); document.write( "Solution: \n" ); document.write( "-7 < 3x+4 < 7 \n" ); document.write( "-11 < 3x < 3 \n" ); document.write( "-11/3 < x < 1 \n" ); document.write( "---------------- \n" ); document.write( "Type II (Greater than) \n" ); document.write( "|3x+4| >7 \n" ); document.write( "3x+4 < -7 or 3x+4 >7 \n" ); document.write( "3x < -11 or 3x > 3 \n" ); document.write( "x < -11/3 or x > 1 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |