document.write( "Question 415206: find the slope if possible of the line passing through each pair of points (2, - 1) and (6, 3) \n" ); document.write( "
Algebra.Com's Answer #291128 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! find the slope if possible of the line passing through each pair of points (2, - 1) and (6, 3) \n" ); document.write( ". \n" ); document.write( "slope = (y2 - y1)/(x2 - x1) \n" ); document.write( "slope = (3 - (-1))/(6 - 2) \n" ); document.write( "slope = (3 + 1)/4 \n" ); document.write( "slope = 4/4 \n" ); document.write( "slope = 1 \n" ); document.write( " \n" ); document.write( " |