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