Olivia B. answered 07/20/14
Tutor
5.0
(135)
Mathematics tutor-- ALL levels!
I think what you are trying to ask is what the equation of the line that passes through the points (-2,10) and (1,4) is. In that case, we refer to the point-slope formula of a line:
y - y1 = [(y2 - y1)/(x2 - x1)]*(x - x1)
Order of points doesn't matter, but here, we will let (x1,y1) = (-2,10) and (x2,y2) = (1,4).
Plugging these into the above equation, we have that:
y - 10 = [(4 - 10)/(1 + 2)]*(x + 2)
y - 10 = [-6/3]*(x+2)
y - 10 = -2*(x+2)
y - 10 = -2*x - 4
y = -2*x + 6.
Therefore, all points that line on the line between the points (-2,10) and (1,4) will lie on the line defined by y=-2*x + 6.