Question 416412
Hello what numbers can I use to graph y is greater than or equal to x+2 after doing the x any y chart and putting in any numbers which numbers do I use to graph and shade the side.
----
Graph y = x+2
If x = 0,y = 2
If x = 3, y = 5
---
Plot (0,2) and (3,5) 
and draw a solid line thru them.
----
Since you want y to be GREATER than x+2,
shade the half-plane ABOVE the boundary.
-------------------
{{{graph(400,300,-10,10,-10,10,y>= x+2)}}}
====================
Cheers,
Stan H.