document.write( "Question 100519: Find the distance between each pair of points.
\n" ); document.write( " (-3, 0) and (4, 0)\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #73212 by tutorcecilia(2152)\"\" \"About 
You can put this solution on YOUR website!
Use the distance formula:
\n" ); document.write( "Distance = d=\"%28sqrt%28%28x-x1%29%5E2%2B%28y-y2%29%5E2%29%29%29%29\"
\n" ); document.write( "d=\"%28sqrt%28%28-3-4%29%5E2%2B%280-0%29%5E2%29%29%29%29\"
\n" ); document.write( "d=\"%28sqrt%28%2849%29%29%29%29%29\"
\n" ); document.write( "d=7\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );