document.write( "Question 4313: solve the inequality: 1-2x greater than/equal to 5 \n" ); document.write( "
Algebra.Com's Answer #2002 by arunpaul(104)![]() ![]() ![]() You can put this solution on YOUR website! 1-2x >= 5 \n" ); document.write( "or 1-2x-1 >= 5-1 \n" ); document.write( "or -2x >= 4 \n" ); document.write( "or 2x <= -4 \n" ); document.write( "or x <= -4/2 = -2 \n" ); document.write( "or x <= (-2) (Ans) \n" ); document.write( " |