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) 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( " \n" ); document.write( "---- \n" ); document.write( "dx = difference between x values \n" ); document.write( " \n" ); document.write( " |