document.write( "Question 2616: find the slope of the line going thru (5,-5);(6,2) \n" ); document.write( "
Algebra.Com's Answer #1151 by kiru_khandelwal(79)![]() ![]() ![]() You can put this solution on YOUR website! If a line goes thru points (x1,y1) and (x2,y2) then slope of the line will be \n" ); document.write( "m = (y2-y1)/(x2-x1)\r \n" ); document.write( "\n" ); document.write( "Therefore in this case slope of the line passing through (5,-5) and (6,2) will ne \n" ); document.write( "m = (2-(-5))/(6-5) \n" ); document.write( "=> 7/1 = 7 \n" ); document.write( "so slope of line is 7 \n" ); document.write( " |