document.write( "Question 305747: Find the slope, if it exists, of the line containing the pair points
\n" );
document.write( "(1,6) and (7,-2) The slope m = ------ \n" );
document.write( "
Algebra.Com's Answer #218901 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! (1,6) and (7,-2) \n" ); document.write( "Slope=(y2-y1)/(x2-x1) \n" ); document.write( "Slope=(-2-1)/(7-6)=-3/1=-3 ans. for the slope. \n" ); document.write( " |