SOLUTION: Find an equation of the line containing (3,4) and (9,9)
Algebra
->
Coordinate-system
-> SOLUTION: Find an equation of the line containing (3,4) and (9,9)
Log On
Algebra: Coordinate systems, graph plotting, etc
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Coordinate-system
Question 999195
:
Find an equation of the line containing (3,4) and (9,9)
Answer by
fractalier(6550)
(
Show Source
):
You can
put this solution on YOUR website!
Find slope first.
m = (y2 - y1)/(x2 - x1) = (9-4)/(9-3) = 5/6
Now use point-slope form or y=mx+b...so that
9 = (5/6)(9) + b
9 = 15/2 + b
b = 3/2
so that
y = (5/6)x + 3/2