Question 71890
You need to choose a value for x and then solve the equation for y;
first bring 2x to the others side so you have;
3y>-2x+6
then divide each side by 3;
y>(-2/3)x + 2
now lets lets solve for y;
make x= 3;
y>(-2/3)(3) + 2
y>-2+2
y>0
one point (3,0)
next make x=-3
y>(-2/3)(-3) + 2
y>2+2
y>4
next point (-3,4)
x=0
y>(-2/3)(0) + 2
y>0+2
y>2
next point (0,2)
Now plot those points on a graph and draw a line connecting them, 
After you draw a line connecting the points you will need to shade the area above(to the right) the line
{{{ graph( 300, 200, -6, 5, -10, 10, (-2/3)x+2) }}}
:)