Question 991486
6x +2y > 8
-2x -y > -2
consider the intersection of the two lines
y = -3x + 4 (red line)
y = -2x + 2 (green line)
{{{ graph( 300, 200, -6, 6, -6, 6, -3x+4, -2x+2) }}}
from the graph, the intersection is (2, -2)
therefore the solution is
x > 2 and -3x+4 < y < -2x+2