document.write( "Question 1066114: Four times the quantity of x minus two iss less than y and the product of x and y is less than or equal to 12 solve for all valuesof x and y \n" ); document.write( "
| Algebra.Com's Answer #681278 by addingup(3677)     You can put this solution on YOUR website! 4x-2 < yx \n" ); document.write( "y <= 12 \n" ); document.write( "----------------------- \n" ); document.write( "4x-2 < 12x \n" ); document.write( "-2 < 8x move the variable (x) to the left, and don't forget to flip the sign: \n" ); document.write( "x > -2/8 simplify \n" ); document.write( "x > -1/4\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |