document.write( "Question 553974: Find the slope of the line containing the points P1 and P2:
\n" );
document.write( "P1(4,2), P2(3,4) \n" );
document.write( "
Algebra.Com's Answer #361204 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! m=(4-2)/(3-4) \n" ); document.write( "m=2/-1 \n" ); document.write( "m=-2 \n" ); document.write( " |