Question 1012869
 whats X+2y<-2
----
It's the same as y < (-x/2)-1
which graphs as a half-plane below the boundary line y = (-x/2)-1
------------
{{{graph(400,400,-10,10,-10,10,y < (-x/2)-1)}}}
------------
Cheers,
Stan H.
-----------