document.write( "Question 312490: How would you solve following inequality?\r
\n" );
document.write( "\n" );
document.write( "|2x-3|>5 \n" );
document.write( "
Algebra.Com's Answer #223404 by Edwin McCravy(20059)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "\r\n" ); document.write( "|2x - 3| > 5 \r\n" ); document.write( "\r\n" ); document.write( "That says 2x - 3 is either less than -5 or else it's greater than +5, \r\n" ); document.write( "but not inclusive of either -10 or +10 since the symbol\r\n" ); document.write( "of inequality is > and not >\r\n" ); document.write( "\r\n" ); document.write( "And that is the same thing as saying:\r\n" ); document.write( "\r\n" ); document.write( "2x - 3 < -5 OR 2x - 3 > +5 \r\n" ); document.write( "\r\n" ); document.write( "Add 3 to both sides in both inequalities to get 2x alone \r\n" ); document.write( "on the left of each one\r\n" ); document.write( "\r\n" ); document.write( "2x - 3 < -5 OR 2x - 3 > +5\r\n" ); document.write( " + 3 +3 + 3 +3\r\n" ); document.write( "---------------------------\r\n" ); document.write( "2x < -2 OR 2x > 8 \r\n" ); document.write( "\r\n" ); document.write( "Divide both sides of both inequalities by 2 to solve for x \r\n" ); document.write( "in each one:\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |