Question 102699
{{{y >= 3x-2}}}
Make a table choosing values for x and then solve for y;
x=1
{{{y >= 3(1)-2}}}
{{{y >=1}}}
x=0
{{{y>=3(0)-2}}}
{{{y>=-2}}}
x=2
{{{y>=3(2)-2}}}
{{{y>=4}}}
so the points are;
(1,1);(0,-2);(2,4)
now graph:
{{{graph (500,500, -5,4,-5,4, 3x-2)}}}
Since the inequality is >= your line connecting the points will be sollid and you shade the are on right side of the line.
:)