document.write( "Question 206876: 4 more than twice a number is less than the opposite of the number \n" ); document.write( "
Algebra.Com's Answer #156409 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! 4 more than twice a number is less than the opposite of the number \n" ); document.write( "2n + 4 < -n \n" ); document.write( ": \n" ); document.write( "2n + n + 4 < 0 \n" ); document.write( ": \n" ); document.write( "3n < -4 \n" ); document.write( "n < \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "See if that is true, n=-2 (that's less than -4/3) \n" ); document.write( "2(-2) + 4 < -(-2) \n" ); document.write( "-4 + 4 < +2 \n" ); document.write( "0 < 2 \n" ); document.write( " |