Question 909143
{{{3x-2y>8}}}
{{{-2y>-3x+8}}}
{{{highlight_green(y<(3/2)x-4)}}}


{{{-2y+3x<12}}}
{{{-2y<-3x+12}}}
{{{highlight_green(y>(3/2)x-6)}}}




There is overlap between the two; Each of them separately,
---------------------------------------
3x-2y>8
{{{graph(300,300,-10,10,-10,10,3x-2y>8)}}}
-2y+3x<12
{{{graph(300,300,-10,10,-10,10,-2y+3x<12)}}}


8<3x-2y<12
(This would not render on the system)(removing tags)
graph(300,300,-10,10,-10,10,8<3x-2y<12)


ONE more attempt, in the form of 3x-2y-8<4
graph(300,300,-10,10,-10,10,3x-2y-8<4)
(This does not work properly either.)(render tags then removed)