document.write( "Question 104109: How would you solve for the slope?
\n" );
document.write( "(-9,6) and (-4,5) \n" );
document.write( "
Algebra.Com's Answer #75757 by TP(29) ![]() You can put this solution on YOUR website! slope(gradient)of straight line between two points on the line is vertical distance between the two points divided by the horizontal distance between the two points. \n" ); document.write( "So if the two points on the line have coordinates of (X,Y) and (x,y) then \r \n" ); document.write( "\n" ); document.write( "the slope=(Y-y)/(X-x). \n" ); document.write( "In your question the two points on the line are (-9,6) and (-4,5) and so here \n" ); document.write( "X=-9,x=-4 and Y=6,y=5. \n" ); document.write( "Replacing the letters X,x,Y and y by their number values the formula becomes\r \n" ); document.write( "\n" ); document.write( "the slope=(6-5)/(-9--4). \n" ); document.write( "Now the top part=1 and the bottom part =-9--4 becomes -9+4 (because --=+). \n" ); document.write( "The value of -9+4 is -5 (by using the number line,start at -9 and move 4 spaces to the right and you end up at -5). \n" ); document.write( "So the slope is 1/-5=-0.2ANS \n" ); document.write( " |