Question 174831This question is from textbook
: Find an equation in slope-intercept form for the line that passes through (-3,1)and (-2,-3). This question is from textbook
You can put this solution on YOUR website! Slope of a line between two points is:
m = (y2-y1)/(x2-x1)
.
So, the two given in your problem is:
(-3,1)and (-2,-3)
plugging it in we get:
m = (-3-1)/(-2-(-3))
m = (-4)/(-2+3)
m = (-4)/(1)
m = -4
.
Now, using the "point slope" form of an equation:
y - y1 = m(x-x1)
Using one of the two points provided along with the calculated slope:
y - 1 = -4(x-(-3))
y - 1 = -4(x+3)
y - 1 = -4x - 12
y = -4x - 11 (this is what they're looking for)