Question 1112527
{{{x+y<5}}}
{{{y<5-x}}}
{{{y<-x+5}}}


If it were an equality, you would just draw the line:

{{{graph(300,300,-5,5,-5,5,-x+5)}}}


But since it is inequality, {{{y<-x+5}}} or {{{x+y<5}}}, you shade the region below the line  (and make the dotted line the show EXCLUDING the actual line).



{{{graph(300,300,-5,5,-5,5,x+y<5)}}}