SOLUTION: please help me solve this equation
What is the equation of the line that passes through ( 1,5) and (4,11)?
Algebra ->
Length-and-distance
-> SOLUTION: please help me solve this equation
What is the equation of the line that passes through ( 1,5) and (4,11)?
Log On
Question 746863: please help me solve this equation
What is the equation of the line that passes through ( 1,5) and (4,11)? Found 2 solutions by Cromlix, tiiaraa:Answer by Cromlix(4381) (Show Source):
You can put this solution on YOUR website! First find the gradient => y2 - y1/ x2 - x1
= 11 - 5/ 4 - 1
= 6/3
= 2 = m
Next use y - b = m(x - a)
Taking one of your points (1,5)
y - 5 = 2(x - 1)
y = 2x - 2 + 5
y = 2x + 3