Question 882834
Difficult to do on one graph.
.
.
.
{{{x<2}}}
{{{graph(300,300,-10,10,-10,10,x<2)}}}
.
.
{{{y>2}}}
{{{graph(300,300,-10,10,-10,10,y>2)}}}
.
.
{{{x+y>3}}}
{{{graph(300,300,-10,10,-10,10,y>-x+3)}}}
.
.
All together now.
{{{graph(300,300,-10,10,-10,10,x<2,y>2,y>-x+3)}}}
.
.