document.write( "Question 1040220: Jerry drove to the airport at an average speed of 45 miles per hour. He returned home along the same route, but traffic slowed his average speed on the return trip to 30 miles per hour. If the total travel time was 2 hours 30 minutes, find in miles the distance from Jerry's house to the airport. \n" ); document.write( "
Algebra.Com's Answer #655018 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Jerry drove to the airport at an average speed of 45 miles per hour.
\n" ); document.write( " He returned home along the same route, but traffic slowed his average speed on the return trip to 30 miles per hour.
\n" ); document.write( " If the total travel time was 2 hours 30 minutes, find in miles the distance from Jerry's house to the airport.
\n" ); document.write( ":
\n" ); document.write( "let d = the distance to the airport
\n" ); document.write( ":
\n" ); document.write( "Write a time equation; time = dist/speed
\n" ); document.write( "time there + time back = 2.5 hrs
\n" ); document.write( "\"d%2F45\" + \"d%2F30\" = 2.5
\n" ); document.write( "multiply by 90, cancel the denominators and you have
\n" ); document.write( "2d + 3d = 90(2.5)
\n" ); document.write( "5d = 225
\n" ); document.write( "d = 45 miles to the airport
\n" ); document.write( ":
\n" ); document.write( ";
\n" ); document.write( "Confirm this find the actual time each way
\n" ); document.write( "45/45 = 1.0 hrs
\n" ); document.write( "45/30 = 1.5 hrs
\n" ); document.write( "----------------
\n" ); document.write( "total time: 2.5 hrs
\n" ); document.write( "
\n" );