document.write( "Question 557340: What is the slope of (-2,5) & (3,-4) \n" ); document.write( "
Algebra.Com's Answer #362573 by bluemockingjay7(41) You can put this solution on YOUR website! x1, y1 = -2, 5 \n" ); document.write( "x2, y2 = 3, -4\r \n" ); document.write( "\n" ); document.write( "y2 - y1/x2 - x1 = -4 - 5/3 - (-2)= -9/5\r \n" ); document.write( "\n" ); document.write( "slope = -9/5 \n" ); document.write( " |