Question 385554
  <pre><font size = 3 color = "indigo"><b>
Hi
solving graphically
2x-y=5  Or y = 2x - 5 Pt(0,-5) & (1,-3)on the line
x-2y=4  Or y = x/2 - 2 Pt(0,-2) & (2,-1)
x = 2 and y = -1 is the solution for this system
Lines intersect at Pt(2,-1)
{{{drawing(300,300, -6, 6, -6, 6, grid(1),
circle(0, -5,0.2),
circle(1, -3,0.2),
circle(0, -2,0.2),
circle(2, -1,0.2),

graph( 300, 300, -6, 6, -6, 6,2x-5,.5x-2))}}}