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)![]() ![]() ![]() You can put this solution on YOUR website! first find the slope: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \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( " |