You can put this solution on YOUR website! What is the equation of the line which includes points (-3,2) and (1,6)
-----------
Find the slope:
m = diffy/diffx = (6-2)/(1+3) = 1
-----
Use y = mx + b and either point to find b
2 = 1*(-3) + b
b = 5
------
--> y = 1x + 5
y = x + 5
-----------