Question 220663
Graph the inequality on a plane. 3x-2 <= 5x+y
---------------------------
3x-2 <= 5x+y
solve for "y":
y >= -2x-2
---------------
Graph the boundary line y = -2x-2
---
Since you also want y GREATER than -2x-2,
shade the half-plane ABOVE the boundary line.
-----------
{{{graph(400,300,-10,10,-10,10,y>=-2x-2)}}}
===========
Cheers,
Stan H.