Question 58138
3x - y < (less than) 6 there is a line under the <
When there is a line under the < is means less or equal to
:
For graphing purposes we want it in the "y =" form
-y <= 6 - 3x
To get a positive y, mult the equation by -1, then we have to reverse the
inequality sign, we then have:
y >= 3x - 6;  graphed as a green line, area of interest is = or above the line
:
x > = 1, you will have draw this in yourself as a vertical line going through 
x = 1; area of interest is is = to x = 1 and to right of 1
:
y <= 3 graphed as a horizontal red line, area of interest is = or below the line
:
Just to emphasize the area of interest; it is area bounded by all this lines and
includes the  point x=2, y=2


{{{ graph( 300, 200, -6, 6, -8, 8, 3, 3x-6) }}} 
:
Does this help you?