document.write( "Question 1144170: The coordinates on a map for City A are
\n" ); document.write( "(55, 11)
\n" ); document.write( "and those for City B are
\n" ); document.write( "(116, 65).
\n" ); document.write( "Note that coordinates represent miles. Find the distance between the cities to the nearest mile.
\n" ); document.write( "

Algebra.Com's Answer #765190 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
The coordinates on a map for City A are
\n" ); document.write( "(55, 11)
\n" ); document.write( "and those for City B are
\n" ); document.write( "(116, 65).
\n" ); document.write( "Note that coordinates represent miles. Find the distance between the cities to the nearest mile.
\n" ); document.write( "--------------
\n" ); document.write( "\"d+=+sqrt%28dx%5E2+%2B+dy%5E2%29\"
\n" ); document.write( "----
\n" ); document.write( "dx = difference between x values
\n" ); document.write( "
\n" ); document.write( "
\n" );