Question 443399
<pre><font face = "Tohoma" size = 4 color = "indigo"><b> 
Hi
find points by choosing x-values and determining the y-values
 y = -4x-5  Points (0-5), (-1,-1) and (-2,3) on this line (blue)
 y = x - 5  Points (0-5), (1,-4) and (2,-3) on this line (green)
Lines intersect at Pt(0,-5) This ordered pair is the solution for this system
Plot points, connect with the corresponding lines 
{{{drawing(300,300,   -6, 6, -6, 6, grid(1),
circle(-1, -1,0.3),
circle(0, -5,0.3),
circle(-2, 3,0.3),
circle(1, -4,0.3),
circle(0, -5,0.3),
circle(2, -3,0.3),
graph( 300, 300, -6, 6, -6, 6,0,x-5,-4x-5))}}}