Question 448381
Y Is Equal To Or Less Than X+2
----
1st: Graph the boundary: y = x+2
Plot two points:
(0,2) and (2,2)
Draw a line thru them.
that is the boundary:
{{{graph(400,300,-10,10,-10,10,x+2)}}}
=========================================
2nd: Since you want y Less than x=2
shade the half-plane BELOW the boundary:
{{{graph(400,300,-10,10,-10,10,y < x+2)}}}
=============================================
Cheers,
Stan H.