SOLUTION: Find the equation (in slope-intercept form) of the line passing through the points with the given coordinates, (-4, 2), (-1, 3)

Algebra ->  Linear-equations -> SOLUTION: Find the equation (in slope-intercept form) of the line passing through the points with the given coordinates, (-4, 2), (-1, 3)       Log On


   



Question 585777: Find the equation (in slope-intercept form) of the line passing through the points with the given coordinates, (-4, 2), (-1, 3)

Answer by htmentor(1343) About Me  (Show Source):
You can put this solution on YOUR website!
Find the equation (in slope-intercept form) of the line passing through the points with the given coordinates, (-4, 2), (-1, 3)
========================
The slope is given by m = (y2-y1)/(x2-x1)
m = (3-2)/(-1 - -4) = 1/3
y = mx + b
Use either of the (x,y) pairs to solve for b:
2 = -4/3 + b
b = 10/3
So the equation is y = x/3 + 10/3