document.write( "Question 155520: I need to know how to simplify these type of problems out:
\n" );
document.write( "3x+2 is equal or lesser to 4x+1 \n" );
document.write( "
Algebra.Com's Answer #114533 by stanbon(75887) ![]() You can put this solution on YOUR website! 3x+2 is equal or lesser to 4x+1 \n" ); document.write( "---------------------------------- \n" ); document.write( "3x+2 <= 4x+1 \n" ); document.write( "Subtract 2 from both sides to get: \n" ); document.write( "--------------- \n" ); document.write( "3x <= 4x -1 \n" ); document.write( "Subtract 3x from both sides; Add 1 to both sides to get: \n" ); document.write( "x >= 1 \n" ); document.write( "============ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |