SOLUTION: through:(1,2), slope=7
Algebra
->
Coordinate Systems and Linear Equations
-> SOLUTION: through:(1,2), slope=7
Log On
Linear Solvers
Linear
Practice
Practice
Answers archive
Answers
Word Problems
Word
Lessons
Lessons
In depth
In
Click here to see ALL problems on Linear-systems
Question 604500
:
through:(1,2), slope=7
Answer by
alicealc(293)
(
Show Source
):
You can
put this solution on YOUR website!
line equation with slope m and passes through (x1,y1):
y - y1 = m*(x - x1)
so, if the line passes through (1, 2) and has the slope of 7:
y - 2 = 7*(x - 1)
y - 2= 7x - 7
y = 7x - 7 + 2
y = 7x - 5