SOLUTION: what is the equation of the line that contains the points with (x,y) coordinates (-3,7) and (5,-1)?
Algebra
->
Algebra
->
College
->
Linear Algebra
-> SOLUTION: what is the equation of the line that contains the points with (x,y) coordinates (-3,7) and (5,-1)?
Log On
Algebra: Linear Algebra (NOT Linear Equations)
Solvers
Lessons
Answers archive
Quiz
In Depth
If you need
immediate math help from PAID TUTORS right now
, click here
. (paid link)
Click here to see ALL problems on Linear Algebra
Question 44293
:
what is the equation of the line that contains the points with (x,y) coordinates (-3,7) and (5,-1)?
Answer by
fractalier(2101)
(
Show Source
):
You can
put this solution on YOUR website!
First, find the slope
m = (y2 - y1) / (x2 - x1)
m = (-1 - 7) / (5 - (-3))
m = -8 / 8
m = -1
Now use the point - slope method
y - y1 = m(x - x1)
y - 7 = (-1)(x + 3)
y - 7 = -x - 3
y = -x + 4