document.write( "Question 299: How can I graph the an inequality of 2x - 3y < 6 \n" ); document.write( "
Algebra.Com's Answer #141 by ichudov(507) You can put this solution on YOUR website! you need to first convert it to inequality where on the left side there is only y.\r \n" ); document.write( "\n" ); document.write( "2x-3y<6 \n" ); document.write( "move x to the right: \n" ); document.write( "-3y<6-2x \n" ); document.write( "divide by -3 and do not forget to CHANGE SIGN of the inequality (you are dividing by negative number) \n" ); document.write( "y>(2/3)*x-2 \n" ); document.write( "plot line y=(2/3)*x-2: \n" ); document.write( "\n" ); document.write( "Since the inequality says y > (greater), the result is the aree ABOVE (greater) the straight line you just drew. \n" ); document.write( " |