document.write( "Question 197481: Find the slope of the line that passes through (-3,7), and (5,-5)
\n" );
document.write( "
\n" );
document.write( "thank you \n" );
document.write( "
Algebra.Com's Answer #148093 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Slope, given two point is: \n" ); document.write( "(y2 - y1)/(x2 - x1) \n" ); document.write( ". \n" ); document.write( "For: \n" ); document.write( "(-3,7), and (5,-5) \n" ); document.write( "We plug it in to: \n" ); document.write( "(y2 - y1)/(x2 - x1) \n" ); document.write( "= (-5 - 7)/(5 - (-3)) \n" ); document.write( "= (-12)/(5+3) \n" ); document.write( "= (-12)/8 \n" ); document.write( "= -3/2 (this is your slope) \n" ); document.write( " \n" ); document.write( " |