document.write( "Question 371127: How do i solve 300 + 10x is greater than or equal too 20x - 600?
\n" );
document.write( "And
\n" );
document.write( "How do i solve -25x + 50 < 75x - 1150 ?
\n" );
document.write( "Please help, i do not understand \n" );
document.write( "
Algebra.Com's Answer #264409 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! 300+10x > 2x-600 \n" ); document.write( "work the problem just as if it had an = instead of > \n" ); document.write( "8x > -900 \n" ); document.write( "x > -112.5 \n" ); document.write( "---------- \n" ); document.write( "-25x+50 < 75x-1150 \n" ); document.write( "1200 < 100x \n" ); document.write( "12 < x \n" ); document.write( " |