document.write( "Question 999283: Find the distance between the following pairs of points: A(6, 3) and B(11, 15) \n" ); document.write( "
Algebra.Com's Answer #616949 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( "6 3 11 15
\n" ); document.write( "d= \"sqrt%28%28y2-y1%29%5E2%2B%28x2-x1%29%5E2%29\"
\n" ); document.write( "d= \"sqrt%28%28%09%0915%09-%093%09%29%5E2%09%2B%09%28%0911%09-%096%09%29%5E2%09%29\"
\n" ); document.write( "d= \"sqrt%28%28%09%0912%09%29%5E2%09%2B%09%28%095%09%29%5E2%09%29\"
\n" ); document.write( "d= \"sqrt%28%28%09%09169%09%29++%09%29\"
\n" ); document.write( "d= 13.00
\n" ); document.write( "m.ananth@hotmail.ca
\n" ); document.write( "
\n" ); document.write( "
\n" );