document.write( "Question 534960: find the slope, if possible, of the line passing throuhg each pair of points.(2, -1) and (6, 3) \n" ); document.write( "
Algebra.Com's Answer #351712 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
x1 y1 x2 y2
\n" ); document.write( "2 -1 6 3
\n" ); document.write( "
\n" ); document.write( "slope m = (y2-y1)/(x2-x1)
\n" ); document.write( "( 3 - -1 )/( 6 - 2 )
\n" ); document.write( "( 4 / 4 )
\n" ); document.write( "m= - 2/ 3
\n" ); document.write( "
\n" ); document.write( "
\n" );