Question 605311
  <pre><font face = "Tohoma" size = 4 color = "indigo"><b> 
Hi,
solve the sytem of equations by graphing the equations on the same set of axes:
y=x-4   |Pt(0,-4) and Pt2,-2) on this line, Green Line
y=2x-5  |Pt(0,-5) and Pt(1,-3) on this line, Blue Line
Connecting Points to graph and lines and determine the Point of Intersection
Solution Pt(1,-3)...the point of Intersection
{{{drawing(300,300,   -6, 6, -6, 6,  grid(1),
circle(0, -4,0.3),
circle(2,-2,0.3),
circle(0, -5,0.3),
circle(1, -3,0.3),
graph( 300, 300, -6, 6, -6, 6,0, x-4,2x-5))}}}