Respuesta :

Answer:

The equation that goes through this set of points is y = -x + 5

Step-by-step explanation:

In order to find this, we need to start by finding the slope. For that we use the slope formula.

m(slope) = (y2 - y1)/(x2 - x1)

m = (6 - -2)/(-1 - 3)

m = 4/-4

m = -1

Now that we have this, we can use the slope and a point in point-slope form to get the equation.

y - y1 = m(x - x1)

y - 6 = -1(x - -1)

y - 6 = -1(x + 1)

y - 6 = -x - 1

y = -x + 5