document.write( "Question 236088: Find the slope of the line containing the points p1 and p2\r
\n" );
document.write( "\n" );
document.write( "p1(2,3),P2(5,1) \n" );
document.write( "
Algebra.Com's Answer #173846 by nyc_function(2741)![]() ![]() You can put this solution on YOUR website! Let m = slope\r \n" ); document.write( "\n" ); document.write( "m = (1 - 3)/(5 - 2)\r \n" ); document.write( "\n" ); document.write( "m = -2/3\r \n" ); document.write( "\n" ); document.write( "The slope is -2/3.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |