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)\"\" \"About 
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: \"graph%28+200%2C+300%2C+-5%2C+5%2C+-5%2C+5%2C+%282%2F3%29%2Ax-2%29\"\r
\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( "
\n" );