Question 905510
2x-5y=-2
y = (2/5)x + 2/5 Points (0, 2/5) and (-1,0) on this Line, Plot and connect with a line
{{{drawing(300,300,   -6, 6, -6, 6, grid(1), 
circle(0, 2/5,0.2),
circle(-1, 0,0.2),
graph( 300, 300, -6, 6, -6, 6, 0 ,(2/5)x + 2/5  ) )}}}