document.write( "Question 532228: A cargo plane left Los Angeles and flew east at an average speed of 320 km/h. Some time later a passenger plane left flying in the opposite direction with an average speed of 155 km/h. After the cargo plane had flown for 11 hours the planes were 4605 km apart. Find the number of hours the passenger plane flew. \n" ); document.write( "
Algebra.Com's Answer #350753 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A cargo plane left Los Angeles and flew east at an average speed of 320 km/h. Some time later a passenger plane left flying in the opposite direction with an average speed of 155 km/h. After the cargo plane had flown for 11 hours the planes were 4605 km apart. Find the number of hours the passenger plane flew. \n" ); document.write( "** \n" ); document.write( "let x=hours passenger plane flew \n" ); document.write( "distance=travel time*speed \n" ); document.write( "distance cargo plane traveled=320*11=3520 \n" ); document.write( "distance passenger plane traveled in opposite direction=155x \n" ); document.write( "3520+155x=4605 \n" ); document.write( "155x=(4605-3520) \n" ); document.write( "x=(4605-3520)/155 \n" ); document.write( "x=7 \n" ); document.write( "Ans: \n" ); document.write( "passenger plane flew for 7 hrs \n" ); document.write( " |