document.write( "Question 534552: What is the equation of the line that has a slope of -2 and passes through the point (1, 5) \n" ); document.write( "
Algebra.Com's Answer #351582 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
There are many ways to write an equation for the same line.
\n" ); document.write( "A popular one is the one that starts with \"y = \" It is called the slope-intercept form and looks like
\n" ); document.write( "\"y=mx%2Bb\" with m being a number called the slope and b being a number called the y-intercept or simply intercept.
\n" ); document.write( "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
\n" ); document.write( "\"x-1\" for the change in x values, and
\n" ); document.write( "\"y-5\" for the change in y values, with
\n" ); document.write( "\"slope=-2=%28y-5%29%2F%28x-1%29\"
\n" ); document.write( "From that, we get
\n" ); document.write( "\"y-5=-2%28x-1%29\"
\n" ); document.write( "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.
\n" ); document.write( "We can go from the point-slope form above to any other form of the equation with a little algebra.
\n" ); document.write( "\"y-5=-2x%2B2%29\" as the first step (distributive property), and then
\n" ); document.write( "\"y=-2x%2B7\" adding 5 to both sides, takes us to the slope-intercept form.
\n" ); document.write( "(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).
\n" ); document.write( "
\n" );