Answer:
y = -1x -4
Explanation:
The point slope equation is y - y1 = m(x -x1).
You will have to plug in the points (-3, -1) and (2, -6).
y - (-1) = m (x - (-3))
To find "m", find y over x.
m = (y2 - y1) / ( x2 - x1)
m = (-6 + 1)/(2 + 3)
m = -5/5
m = -1
Then plug in "m"
y + 1 = -1(x + 3)
then distribute the "m" into the parenthesis and isolate y or subtract 1 from both sides.
y + 1 = -1x - 3
y = -1x -4