document.write( "Question 281242: What is the slope of the line connecting the points (-3,5) and (6,-1) \n" ); document.write( "
Algebra.Com's Answer #204383 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! The slope, 'm', is defined as the rise divided by the run. \n" ); document.write( "The rise is the change in 'y'. \n" ); document.write( "The run is the change in 'x'. \n" ); document.write( "The change in 'y' is defined as y2 - y1. \n" ); document.write( "The change in 'x' is defined as x2 - x1. \n" ); document.write( ". \n" ); document.write( "We have two points: \n" ); document.write( "(-3, 5) = (x1, y1) \n" ); document.write( "(6, -1) = (x2, y2) \n" ); document.write( ". \n" ); document.write( "y2 - y1 = -1 -5 = -6 \n" ); document.write( "x2 - x1 = 6 - (-3) = 9 \n" ); document.write( ". \n" ); document.write( "m = -6/9 = -2/3 \n" ); document.write( ". \n" ); document.write( "Done \n" ); document.write( " |