document.write( "Question 77860: i have to determine the slope of the line that passes through a ordered pair
\n" );
document.write( " (-2,-8) (1,4) \n" );
document.write( "
Algebra.Com's Answer #55814 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! the slope (m) of a line is found by dividing the change in the y coordinate (rise) by the change in the x coordinate (run)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in this case: (4-(-8))/(1-(-2))...or 12/3...or 4 \n" ); document.write( " |