Question 907714
The conjuction OR would mean "union" of the two separate solutions.


6x+4y<24 OR x-4y>4.


{{{3x+2y<24}}}
{{{2y<-3x+24}}}
{{{highlight_green(y<-(3/2)x+12)}}}
OR
{{{-4y>-x+4}}}
{{{highlight_green(y<x/4-4)}}}



Each of those is an exclusive inequality, to not include the corresponding line.


This should show a y-intercept of 12 for the part with the negative slope.
{{{graph(300,300,-18,18,-18,18,y<-(3/2)x+12,y<x/4-4)}}}


Try again the graph:
{{{graph(300,300,-12,12,-12,12,y<-(3/2)x+12,y<x/4-4)}}}