document.write( "Question 737030: a passenger plane made a trip between two cities in 3 hours. a cargo plane made the same trip in 4 hours. if the passenger plane flew at 75 miles per hour faster, how fast did the cargo plane fly?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #450211 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! a passenger plane made a trip between two cities in 3 hours. \n" ); document.write( " a cargo plane made the same trip in 4 hours. if the passenger plane flew at 75 miles per hour faster, how fast did the cargo plane fly? \n" ); document.write( ": \n" ); document.write( "Let s = speed of the cargo plane \n" ); document.write( "then \n" ); document.write( "(s+75) = speed of the pass plane \n" ); document.write( ": \n" ); document.write( "let d = distance between the two cities \n" ); document.write( "; \n" ); document.write( "Write an time equation for each plane's trip \n" ); document.write( "d/s = 4 \n" ); document.write( "therefore: \n" ); document.write( "d = 4s \n" ); document.write( "and \n" ); document.write( "d/(s+75) = 3 \n" ); document.write( ": \n" ); document.write( "replace d with 4s \n" ); document.write( " \n" ); document.write( "4s = 3(s+75) \n" ); document.write( "4s = 3s + 225 \n" ); document.write( "4s - 3s = 225 \n" ); document.write( "s = 225 mph is the speed of the cargo plane \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "You can confirm this, find d and check the times with 225 and 300 mph \n" ); document.write( " |