Question 870551
{{{x+2y=-2}}}
{{{graph(300,300,-10,10,-10,10,(-2-x)/2)}}}
.
.
.
{{{x+2y>-2}}}
{{{graph(300,300,-10,10,-10,10,y>(-2-x)/2)}}}
.
.
.
{{{x+2y=5}}}
{{{graph(300,300,-10,10,-10,10,(5-x)/2)}}}
.
.
.
{{{x+2y<5}}}
{{{graph(300,300,-10,10,-10,10,y<(5-x)/2)}}}
.
.
.
{{{graph(300,300,-10,10,-10,10,(-2-x)/2,(5-x)/2)}}}
.
.
.
The solution set is the area between the lines. 
I cannot shade the region or I'm not sure how.