Question 696717
You do not graph the inequality directly.  
You graph the boundary of the inequality.
Then you shade the area that satisfies the condition
of the inequality.
---
Example:
Graph: y <= 2x + 5
---
1st: Graph the boundary y = 2x+5 as a normal line.
{{{graph(400,400,-10,10,-10,10,2x+5)}}}
---
2nd: Shade the half-plane BELOW the boundary be cause
you wan y to be LESS than the boundary.
{{{graph(400,400,-10,10,-10,10, y < 2x+5)}}}
-------------
Cheers,
Stan H.
=============