document.write( "Question 385705: find the slope of the line passing through each pair of points
\n" );
document.write( "(-3,-1), (-1,5) \n" );
document.write( "
Algebra.Com's Answer #272850 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! m=(y2-y1)/(x2-x1) \n" ); document.write( "m=6/2 \n" ); document.write( "m=3 \n" ); document.write( " |