document.write( "Question 1010878: how do i find the slope of the line that passes through this pair of points 4,6 and 7,0 \n" ); document.write( "
Algebra.Com's Answer #626385 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Slope m = (y2 - y1) / (x2 - x1)
\n" ); document.write( "Here that would be
\n" ); document.write( "m = (0 - 6) / (7 - 4) = -6/3 = -2
\n" ); document.write( "
\n" );