document.write( "Question 382012: Find the slope of the line that contains each pair of points.
\n" );
document.write( "P(6,-3), R(8,-2) \n" );
document.write( "
Algebra.Com's Answer #270927 by rfadrogane(214)![]() ![]() You can put this solution on YOUR website! Find the slope of the line that contains each pair of points. \n" ); document.write( "P(6,-3), R(8,-2) \n" ); document.write( "Given: \n" ); document.write( " P(6,-3) & R(8,-2) \n" ); document.write( "Sol'n: \n" ); document.write( " m = (y2-y1)/(x2-x1) \n" ); document.write( " = (-2+3)(8-6) \n" ); document.write( " m = 1/2 ----answer \n" ); document.write( " |