Respuesta :

Find the gradient first

m = (y2-y1)/(x2-x1) = 3-(-1)/2 - (-2) = 4/4 = 1

then find the equation of the... slope ._.

y - y1 = m(x - x1)

y - (-2) = 1(x - 3)

y + 2 = x - 3

y =x -3 - 2

y = x - 5

So the equation is y = x - 5