SOLUTION: What is the equation of the line that has a slope of -2 and passes through the point (1, 5)

Algebra ->  Linear-equations -> SOLUTION: What is the equation of the line that has a slope of -2 and passes through the point (1, 5)      Log On


   



Question 534552: What is the equation of the line that has a slope of -2 and passes through the point (1, 5)
Found 2 solutions by Earlsdon, KMST:
Answer by Earlsdon(6294) About Me  (Show Source):
You can put this solution on YOUR website!
y+=+mx%2Bb Slope m+=+-2
y+=+-2x%2Bb Substitute x = 1 and y = 5 then solve for b.
5+=+-2%281%29%2Bb
b+=+7
Finally:
y+=+-2x%2B7

Answer by KMST(5328) About Me  (Show Source):
You can put this solution on YOUR website!
There are many ways to write an equation for the same line.
A popular one is the one that starts with "y = " It is called the slope-intercept form and looks like
y=mx%2Bb with m being a number called the slope and b being a number called the y-intercept or simply intercept.
The slope is the change in the y value divided by the corresponding change in the x value. So in a straight line with slope -2, the changes going from point (1,5) to a point (x,y), are
x-1 for the change in x values, and
y-5 for the change in y values, with
slope=-2=%28y-5%29%2F%28x-1%29
From that, we get
y-5=-2%28x-1%29
That is the equation in what's called the point-slope form. You see the slope to the right of the equal sign, multiplying something in parenthesis. You see the x coordinate of the point known subtracted from x in that parenthesis. And you see the y coordinate of the point known, subtracted form y, on the left hand side.
We can go from the point-slope form above to any other form of the equation with a little algebra.
y-5=-2x%2B2%29 as the first step (distributive property), and then
y=-2x%2B7 adding 5 to both sides, takes us to the slope-intercept form.
(I like the slope-intercept form because two equations for the same line in the slope-intercept form will always be identical, but you cannot say the same for the other forms. However, sometimes a problem specifies what form of the equation is desired, and it is good to follow instructions).