Question 474098
  <pre><font face = "Tohoma" size = 4 color = "indigo"><b> 
Hi,
graph the equation by plotting points
y=x-5  
y = 0 -5
0 = x -5
Pt(0,-5) and Pt(5,0) on this line
Plotting points and connecting with a Line
{{{drawing(300,300,   -6, 6, -6, 6,  grid(1),
circle(0, -5,0.3),
circle(5, 0,0.3),
graph( 300, 300, -6, 6, -6, 6,0,x-5))}}}