document.write( "Question 41857: find the slopes, if they exist, of the linecontaining these points?\r
\n" );
document.write( "\n" );
document.write( "(-5,4)and(1-2)\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(3,2)and(-5,0) \n" );
document.write( "
Algebra.Com's Answer #27059 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Slope m is found by the formula \n" ); document.write( "m = (y2 - y1) / (x2 - x1) \n" ); document.write( "So for (-5,4) and (1,-2), we have \n" ); document.write( "m = (-2 - 4) / (1 -(-5)) = \n" ); document.write( "m = -6 / 6 = -1 \n" ); document.write( "And for (3,2) and (-5,0), we have \n" ); document.write( "m = (0 - 2) / (-5 - 3) = \n" ); document.write( "m = -2 / -8 \n" ); document.write( "m = 1/4 \n" ); document.write( " |