document.write( "Question 358637: Find the Slope of the line passing through each pair of points.\r
\n" );
document.write( "\n" );
document.write( "(4,1 1/2), (-2,2/3) \n" );
document.write( "
Algebra.Com's Answer #255990 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! (4,1 1/2) \n" ); document.write( "(-2,2/3) \n" ); document.write( "m=(Y2-Y1)/(X2-X1) \n" ); document.write( "m=(2/3-3/2)/(-2-4) \n" ); document.write( "m=((2*2-3*3)/(3*2))/-6 \n" ); document.write( "m=((4-9)/6)/-6 \n" ); document.write( "m=(-5/6)/-6 \n" ); document.write( "m=(-5/6)(1/-6) \n" ); document.write( "m=-5/(6*-6) \n" ); document.write( "m=5/36 ans. for the slope. \n" ); document.write( " |