Question 624851
  <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
Given the linear equation y = -4/7x-5  find the y-coordinates for x-values: -7,2,7
x	y=(-4/7)x-5
-7	-1
0	-5
7	-9
Plot Points (x,y) found and connect with a line:  Note: This line represents  y=-4/7x-5 
{{{drawing(300,300,   -10,10,-10,10, grid(1),
circle(-7, -1,0.3),
circle(0, -5,0.3),
circle(7, -9,0.3),
graph( 300, 300,  -10,10,-10,10,0, (-4/7)x-5  ))}}}