Question 43278
First find the slope...
m = (y2 - y1) / (x2 - x1)
m = (0 - 5) / (2 - (-3))
m = -5 / 5
m = -1
Then plug into the point-slope form
y - y1 = m(x - x1)
y - 5 = (-1)(x + 3)
y - 5 = -x - 3
y = -x + 2