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)\"\" \"About 
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( "  \"2x%2F2\" < \"%28-2%29%2F2\" OR  < \"2x%2F2\" > \"8%2F2\"\r\n" );
document.write( "\r\n" );
document.write( "x < -1  OR  x > 4 \r\n" );
document.write( "\r\n" );
document.write( "on a number line that has this graph:\r\n" );
document.write( "\r\n" );
document.write( "<========================o-------------------o====================>\r\n" );
document.write( "-7  -6  -5  -4  -3  -2  -1   0   1   2   3   4   5   6   7   8   9  \r\n" );
document.write( "\r\n" );
document.write( "In interval notation, that's (\"-infinity\", -1) U (4, \"infinity\")\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );