Question 353170
Plot the line {{{y=-5}}}
.
.
.
{{{graph(300,300,-10,10,-10,10,-5)}}}
.
.
.
Then shade all y values below it, {{{y<=-5}}}.
.
.
.
*[invoke plot_any_inequality "y <= -5", -10, 10, -10, 10, 300, 300]
.
.
.
Plot the line {{{x=6}}}
{{{drawing(300,300,-10,10,-10,10,red(line(6,-100,6,100)),graph(300,300,-10,10,-10,10,0))}}}
.
.
.
Then shade all values to the left of {{{x=6}}}.
.
.
.
*[invoke plot_any_inequality "x<= 6", -10, 10, -10, 10, 300, 300]