document.write( "Question 5877: Find the equation for the line that passes through the indicated pair of points.
\n" ); document.write( "(9,-8) and (7,-4)
\n" ); document.write( "

Algebra.Com's Answer #3043 by Abbey(339)\"\" \"About 
You can put this solution on YOUR website!
first find the slope:
\n" ); document.write( "\"%28y-y1%29%2F%28x-x1%29\"
\n" ); document.write( "\"%28-8-%28-4%29%29%2F%289-7%29\"
\n" ); document.write( "\"-4%2F2\"
\n" ); document.write( "slope = -2\r
\n" ); document.write( "\n" ); document.write( "Then use y=mx+b and substitute one set of points into the equation:
\n" ); document.write( "-8=-2(9)+b
\n" ); document.write( "-8=-18+b
\n" ); document.write( "b=10\r
\n" ); document.write( "\n" ); document.write( "so the equation is y=-2x+10
\n" ); document.write( "
\n" );