document.write( "Question 879020: A cargo plane flew from the US across the Atlantic at 245 mph, and flew back to the US at 265 mph. Given that the first trip took two hours longer,how long was the return trip? \n" ); document.write( "
Algebra.Com's Answer #530516 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
A cargo plane flew from the US across the Atlantic at 245 mph, and flew back to the US at 265 mph. Given that the first trip took two hours longer,how long was the return trip?
\n" ); document.write( "***
\n" ); document.write( "let x=travel time of return trip
\n" ); document.write( "x+2=travel time of first trip
\n" ); document.write( "distance=speed*travel time (same for both trips)
\n" ); document.write( "245(x+2)=265x
\n" ); document.write( "245x+490=265x
\n" ); document.write( "20x=490
\n" ); document.write( "x=24.5
\n" ); document.write( "how long was the return trip? 24.5 hrs
\n" ); document.write( "
\n" );