document.write( "Question 988059: If a plane travels 450 mph from LAX to JFK airports one way and travels 500 mph back how many miles did the plane travel if it took 13.3 hours for the round trip? \n" ); document.write( "
Algebra.Com's Answer #608742 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
If a plane travels 450 mph from LAX to JFK airports one way and travels 500 mph back
\n" ); document.write( " how many miles did the plane travel if it took 13.3 hours for the round trip?
\n" ); document.write( ":
\n" ); document.write( "let d = the one-way dist from LAX to JFK
\n" ); document.write( "Write a time equation; time = dist/speed
\n" ); document.write( " to time + return time = 13.3 hrs
\n" ); document.write( "\"d%2F450\" + \"d%2F500\" = 13.3
\n" ); document.write( "multiply equation by the least common multiple of 450 and 500,
\n" ); document.write( "4500*\"d%2F450\" + 4500*\"d%2F500\" = 4500(13.3)
\n" ); document.write( "Cancel the denominators and you have
\n" ); document.write( "10d + 9d = 59850
\n" ); document.write( "19d = 59850
\n" ); document.write( "d = 59850/19
\n" ); document.write( "d = 3150 mi is the one way distance
\n" ); document.write( "therefore
\n" ); document.write( "2 * 3150 = 6300 mi traveled in the round trip
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Confirm this by finding the actual time each way
\n" ); document.write( "3150/450 = 7.0 hrs
\n" ); document.write( "3150/500 = 6.3 hrs
\n" ); document.write( "----------------------
\n" ); document.write( "total time: 13.3 hrs
\n" ); document.write( "
\n" );