document.write( "Question 404872: A person travels by car from one city to an-
\n" ); document.write( "other. She drives for 24.9 min at 74 km/h,
\n" ); document.write( "10.4 min at 105 km/h, 42.6 min at 45.9 km/h,
\n" ); document.write( "and spends 19.1 min along the way eating
\n" ); document.write( "lunch and buying gas.
\n" ); document.write( "Determine the distance between the cities
\n" ); document.write( "along this route.
\n" ); document.write( "Answer in units of km.
\n" ); document.write( "

Algebra.Com's Answer #286100 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
If the person goes from 1 city to another,
\n" ); document.write( "you only care about distances traveled, and
\n" ); document.write( "not time spent while not traveling.
\n" ); document.write( "To get distances:
\n" ); document.write( "d1 = \"%2824.9%2F60%29%2A74\"
\n" ); document.write( "d2 = \"%2810.4%2F60%29%2A105\"
\n" ); document.write( "d3 = \"%2842.6%2F60%29%2A45.9\"
\n" ); document.write( "Add d1 + d2 + d3
\n" ); document.write( "
\n" ); document.write( "
\n" );