document.write( "Question 653332: What is the equation of the line that passes through the points (8,-4) and (6,4)? \n" ); document.write( "
Algebra.Com's Answer #408347 by Shana-D77(132)\"\" \"About 
You can put this solution on YOUR website!
When given two points and asked to write the equation, always find slope (m) first.
\n" ); document.write( "

\n" ); document.write( "(8,-4) and (6,4)
\n" ); document.write( "slope (m) = (y2 - y1) / (x2 - x1)
\n" ); document.write( "

\n" ); document.write( "(8, -4) is (x1, y1)
\n" ); document.write( "(6, 4) is (x2, y2)
\n" ); document.write( "

\n" ); document.write( "m = (4 - -4) / (6 - 8)
\n" ); document.write( "m = 8/-2
\n" ); document.write( "m = -4
\n" ); document.write( "

\n" ); document.write( "When given 2 points, like you are, after finding the slope you get to pick your favorite point. My favorite from above is (6, 4) because negative numbers stink! So x1 = 6 and y1 = 4.
\n" ); document.write( "

\n" ); document.write( "Now we use a very special formula, the point-slope formula:
\n" ); document.write( "y - y1 = m(x - x1)
\n" ); document.write( "In this formula, y and x always stay as y and x. m is the slope you just found. Now we'll plug in m = -4 through point (6, 4):
\n" ); document.write( "

\n" ); document.write( "y - 4= -4(x - 6)
\n" ); document.write( "y - 4 = -4x + 24 (distributed the -4)
\n" ); document.write( "y = -4x + 28 (added 4 to both sides)
\n" ); document.write( "
\n" ); document.write( "
\n" );