SOLUTION: find an equation for the line that is parallel to the given point Y=3x-4; (0,1)
Algebra
->
Linear-equations
-> SOLUTION: find an equation for the line that is parallel to the given point Y=3x-4; (0,1)
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 428734
:
find an equation for the line that is parallel to the given point
Y=3x-4; (0,1)
Answer by
John10(297)
(
Show Source
):
You can
put this solution on YOUR website!
Since two lines are parallel, the second line is the same slope of the first line
m1 = m2 = 3
Use the point-slope formula:
y - yo = m(x-xo)
y - 1 = 3(x -0)
y = 3x + 1
There you go! John10