document.write( "Question 243452:  find the exact distance between the points\r
\n" );
document.write( "\n" );
document.write( "(12,20) and (2,8) \n" );
document.write( "
| Algebra.Com's Answer #178379 by Alan3354(69443)     You can put this solution on YOUR website! find the exact distance between the points \n" ); document.write( "(12,20) and (2,8) \n" ); document.write( "---------- \n" ); document.write( "s^2 = diffy^2 + diffx^2 = 12^2 + 10^2 \n" ); document.write( "s^2 = 244 \n" ); document.write( "s = 2sqrt(61) \n" ); document.write( " \n" ); document.write( " |