document.write( "Question 887184: Solve each inequality if x E{-2, -1, 0, 1, 2, 3}\r
\n" );
document.write( "\n" );
document.write( "1. 2x < 1
\n" );
document.write( "2. 7 - x <_ (less than equals) 7 \n" );
document.write( "
Algebra.Com's Answer #536486 by 2897696(96)![]() ![]() You can put this solution on YOUR website! 1) solve for x: \n" ); document.write( "2x < 1 \n" ); document.write( "x<1/2 \n" ); document.write( "we are given the x values: {-2, -1, 0, 1, 2, 3} \n" ); document.write( "the answer is all the numbers less than 1/2\r \n" ); document.write( "\n" ); document.write( "so.. x={-2, -1, 0}\r \n" ); document.write( "\n" ); document.write( "2)solve for x: \n" ); document.write( "7-x<= 7 \n" ); document.write( "-x<= 0 SIGN SWITCH \n" ); document.write( "x>= 0 \n" ); document.write( "we are given the x values: {-2, -1, 0, 1, 2, 3} \n" ); document.write( "the answer is all numbers greater and equal to 0\r \n" ); document.write( "\n" ); document.write( "so.. x={0, 1, 2, 3} \n" ); document.write( " |