Question 632634
  <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
x	y = (-4/3)x + 1
-6	9
-3	5
6	-7
Ordered Pairs: (-6,9), (-3,5), (6,-7)
Plotting the coordinates and connecting with a line.
Line is the graph ofy = (-4/3)x + 1  
{{{drawing(300,300,  -10,10,-10,10, grid(1),
circle(-6, 9,0.3),
circle(-3, 5,0.3),
circle(6, -7,0.3),
graph( 300, 300, -10,10,-10,10,0,(-4/3)x+1  ))}}}