Question 335431
Find the intercepts for both lines.
{{{y=(1/2)x+2}}}
x-intercept:
{{{0=(1/2)x+2}}}
{{{(1/2)x=-2}}}
{{{x=-4}}}
(-4,0)
.
.
y-intercept:
{{{y=0+2=2}}}
(0,2)
.
.
.
{{{y=-x-1}}}
x-intercept:
{{{0=-x-1}}}
{{{x=-1}}}
(-1,0)
.
.

y-intercept:
{{{y=-0-1}}}
{{{y=-1}}}
(0,-1)
.
.
.
Plot the intercepts, lines, and look for the intersection point.
.
.
.

{{{drawing(300,300,-5,5,-5,5,grid(1),
circle(-1,0,.17),circle(0,-1,.17),
circle(-4,0,.17),circle(0,2,.17),
circle(-2,1,.23),graph(300,300,-5,5,-5,5,(1/2)x+2,-x-1))}}}