document.write( "Question 413067: What is the equation of the line that contains the points with (x,y) coordinates (–3,7) and (5,–1) ?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #290002 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! slope m=(-1-7)/(5--3) \n" ); document.write( "m=-8/8=-1 \n" ); document.write( "y=mx+b \n" ); document.write( "-3=-1*5+b \n" ); document.write( "-3=-5+b \n" ); document.write( "b=2 \n" ); document.write( "------------- \n" ); document.write( "y=-x+2 \n" ); document.write( " |