document.write( "Question 513828: find the slope of the line containing the pair of points (8,10) and (9,-3) \n" ); document.write( "
Algebra.Com's Answer #343181 by umail08(87)![]() ![]() You can put this solution on YOUR website! (x1,y1) = (8,10) and (x2,y2) = (9,-3) \n" ); document.write( "Slope = (y2 – y1)/(x2 – x1) \n" ); document.write( "Slope = (-3 – 10)/(9 – 8) \n" ); document.write( "Slope = -13/1 \n" ); document.write( "Slope = -13 \n" ); document.write( " \n" ); document.write( " |