Answer:
y = -2.5x + 0.5
Explanation:
First we must find the slope.
To do so we will use this formula:
y2 - y1 / x2 - x1
Substitute with (-1, 3) and (1, -2)
-2 - 3 / 1 + 1
-5/2
-2.5 is our slope.
Now to put this into slope-intercept form we will use Point-slope formula.
y - y1 = m(x - x1)
substitute using the ordered pair, (-1, 3):
y - 3 = -2.5(x + 1)
Distribute:
y - 3 = -2.5x + -2.5
Add 3 to both sides:
y = -2.5 + 0.5
Double check by using the other ordered pair.
(1, -2)
y + 2 = -2.5(x - 1)
Distribute:
y + 2 = -2.5x - 2.5
Add 2 to both sides:
y = -2.5x + 0.5
(-1, 3) and (1, -2) written in slope intercept form is:
y = -2.5x + 0.5