document.write( "Question 83904: Find the distance between each pair of points (-3,0) and (4,0) \n" ); document.write( "
Algebra.Com's Answer #60372 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
\"d+=+sqrt%28%28x2+-+x1%29%5E2+%2B+%28y2+-+y1%29%5E2%29\"
\n" ); document.write( "\"d+=+sqrt%28%284+%2B+3%29%5E2+%2B+%280+-+0%29%5E2%29\"
\n" ); document.write( "\"d+=+sqrt%287%29%5E2+=+7\"
\n" ); document.write( "
\n" );