document.write( "Question 523027: Find the slope of the line containing the given pair of points : (-13,22) and (8,-17) \n" ); document.write( "
Algebra.Com's Answer #347162 by mananth(16946)![]() ![]() You can put this solution on YOUR website! x1 y1 x2 y2 \n" ); document.write( "-13 22 8 -17 \n" ); document.write( " \n" ); document.write( "slope m = (y2-y1)/(x2-x1) \n" ); document.write( "( -17 - 22 )/( 8 - -13 ) \n" ); document.write( "( -39 / 21 ) \n" ); document.write( "m= -13/ 7 \n" ); document.write( " \n" ); document.write( " |