Question 696466
The problem i am stuck with is x-y is greater of equal to 1
-------
x-y >= 1
--------
y <= x -1
----
Graph the boundary, y = x-1
{{{graph(400,.400,-10,10,-10,10,x-1)}}}
------
Shade the half-plane BELOW the boundary to see
the graph of y < x-1 or x-y> 1
--------------------------------------
{{{graph(400,400, -10,10,-10,10,y < x-1)}}}
===============================
Cheers,
Stan H.
-------------------------------