document.write( "Question 174261: find the slope, if it exsists, of thel ine containing the pairt points.
\n" );
document.write( "(-2.4,16.5) and 0.1,9.3) \n" );
document.write( "
Algebra.Com's Answer #129205 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Slope is defined as: \n" ); document.write( "m = (y2-y1)/(x2-x1) \n" ); document.write( ". \n" ); document.write( "So, if your two points are: \n" ); document.write( "(-2.4,16.5) and 0.1,9.3) \n" ); document.write( "then \n" ); document.write( "m = (y2-y1)/(x2-x1) \n" ); document.write( "m = (9.3-16.5)/(0.1-(-2.4)) \n" ); document.write( "m = (9.3-16.5)/(0.1+2.4) \n" ); document.write( "m = (-7.2)/(2.5) \n" ); document.write( "m = -2.88 \n" ); document.write( " |