document.write( "Question 53383: 4|3-2x|<20\r
\n" );
document.write( "\n" );
document.write( "solve for x\r
\n" );
document.write( "\n" );
document.write( "can someone explain how I do this? \n" );
document.write( "
Algebra.Com's Answer #35645 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! |3 - 2x| < 5 \n" ); document.write( "sqrt((3 - 2x)^2) < 5 \n" ); document.write( "(3 - 2x)^2 < 25 \n" ); document.write( "4x^2 - 12x + 9 < 25 \n" ); document.write( "4x^2 - 12x - 16 < 0 \n" ); document.write( "x^2 - 3x - 4 < 0 \n" ); document.write( "(x - 4)(x + 1) < 0 \n" ); document.write( " |