Question 362588
{{{x + y <= 8}}}
.
.
.
{{{graph(300,300,-10,10,-10,10,8-x)}}}
.
.
.
*[invoke plot_any_inequality "x+y<=8", -10, 10, -10, 10, 300, 300]
.
.
.
{{{2x + y <= 10}}}
.
.
.
{{{graph(300,300,-10,10,-10,10,8-x)}}}
.
.
.
*[invoke plot_any_inequality "x+y<=8", -10, 10, -10, 10, 300, 300]
.
.
.
{{{x>=0}}}
.
.
*[invoke plot_any_inequality "x>=0", -10, 10, -10, 10, 300, 300]

.
.
{{{y>=0}}}
.
.
*[invoke plot_any_inequality "y>=0", -10, 10, -10, 10, 300, 300]