SOLUTION: Find the equation of the line passing through the points with co-ordinates (5,9) and (-3,13)
Algebra
->
Linear-equations
-> SOLUTION: Find the equation of the line passing through the points with co-ordinates (5,9) and (-3,13)
Log On
Algebra: Linear Equations, Graphs, Slope
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Linear-equations
Question 1081994
:
Find the equation of the line passing through the points with co-ordinates (5,9) and (-3,13)
Answer by
Boreal(15235)
(
Show Source
):
You can
put this solution on YOUR website!
slope is change any divided by change in x.
(13-9)/(-3-5)=-1/2
point slope formula y-y1=m(x-x1), m slope, (x1,y1) a point
y-9=(-1/2)(x-5)
y=-(1/2)x+11.5