SOLUTION: find an equation in standard form of the line containing the given points. (3,-2), (-2,3)
Algebra
->
College
->
Linear Algebra
-> SOLUTION: find an equation in standard form of the line containing the given points. (3,-2), (-2,3)
Log On
Algebra: Linear Algebra (NOT Linear Equations)
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Linear Algebra
Question 102835
:
find an equation in standard form of the line containing the given points.
(3,-2), (-2,3)
Answer by
checkley75(3666)
(
Show Source
):
You can
put this solution on YOUR website!
slope=(3+2)/(-2-3)=5/-5=-1 now replace x & y in the standard line equation
[Y=mX+b] WHERE m=SLOPE & b=Y INTERCEPT & SOLVE FOR b.
-2=3*-1+b
-2=-3+b
b=-2+3
b=1 THUS THE LINE EQUATION IS:
Y=-X+1