document.write( "Question 29456: How do you get the slop of a line? \n" ); document.write( "
Algebra.Com's Answer #16272 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! you get it by this equation: \n" ); document.write( "m=(first y - second y)/(first x - second x) \n" ); document.write( "so in the ordererd pair: (1,2) and (3,4) \n" ); document.write( "m=(2 - 4)/(1 - 3)=-2/-2=1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "How do you pick which is the first x and y? \n" ); document.write( "as long as you decide what your using for your first x, your first y is the y value in the ordered pair \n" ); document.write( " |