Question 336390
Please help me graph each inequality in two variables. Thank you. 

y< 2x + 2
1st:::You need to graph the boundary. which is y = 2x+2, as a dashed line.
2nd:::Since you want y LESS than ... shade the half-plane BELOW the boundary.
{{{graph(400,300,-10,10,-10,10,y<2x+3)}}}
------------------------------

2x < 3y + 6
1st:::Solve for "y":
y > (2/3)x+2

2nd: Graph the boundary y = (2/3)x+2 as a dashed line.
3rd: Since you want y GREATER than ...shade the half-plane ABOVE the boundary.
{{{graph(400,300,-10,10,-10,10,y>(2/3)x+2)}}}
=====================
Cheers,
Stan H.