document.write( "Question 741988: What is the distance between the points (37,19) and (19,-5) \n" ); document.write( "
Algebra.Com's Answer #452226 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
Distance between two points
\n" ); document.write( "x1 y1 x2 y2
\n" ); document.write( "
\n" ); document.write( "37 19 19 -5
\n" ); document.write( "d= \"sqrt%28%28y2-y1%29%5E2%2B%28x2-x1%29%5E2%29\"
\n" ); document.write( "d= \"sqrt%28%28%09%09-5%09-%0919%09%29%5E2%09%2B%09%28%0919%09-%0937%09%29%5E2%09%29\"
\n" ); document.write( "d= \"sqrt%28%28%09%09-24%09%29%5E2%09%2B%09%28%09-18%09%29%5E2%09%29\"
\n" ); document.write( "d= \"sqrt%28%28%09%09900%09%29++%09%29\"
\n" ); document.write( "d= 30.00
\n" ); document.write( "m.ananth@hotmail.ca
\n" ); document.write( "
\n" ); document.write( "
\n" );