Question 937443
what is the graph and answer to y<-3x+4
---
Points:: (0,4) and (1,1)
Draw a dashed line thru those points.
Shade the half-plane BELOW the dashed line.
-----
{{{graph(400,400,-10,10,-10,10,y < -3x+4)}}}
================================================= 
how to you solve this problem: -2x+6y<6 Use two intercept method and use in a graph, written in standard form.
-2x+6y < 6
 -x + 3y < 3
y < (1/3)x + 1
Points:: (0,1) and (3,2)
Draw a dashed line thru those points.
Shade the half-plane BELOW the dashed line.
{{{graph(400,400,-10,10,-10,10,y < (1/3)x+1)}}}
===============
Cheers,
Stan H.
------------------