document.write( "Question 370049: Find The Distance Between The Two Points. A(0,-6) B(14,0) \n" ); document.write( "
Algebra.Com's Answer #263692 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Use the distance formula,
\n" ); document.write( "\"D%5E2=%28x%5B2%5D-x%5B1%5D%29%5E2%2B%28y%5B2%5D-y%5B1%5D%29%5E2\"
\n" ); document.write( "\"D%5E2=%2814-0%29%5E2%2B%280-%28-6%29%29%5E2\"
\n" ); document.write( "\"D=sqrt%2814%5E2%2B6%5E2%29\"
\n" ); document.write( "
\n" ); document.write( "
\n" );