document.write( "Question 366205: An airplane flies from New Orleans,Louisiana, to Atlanta, Georgia, at an average rate of 320 miles per hour. The airplane then returns at an average rate of 280 miles per hour.The total travel time is 3 hours. \r
\n" );
document.write( "\n" );
document.write( "a. Define a variable for the flying time from New Orleans to Atlanta. Write an expression for the travel time from Atlanta to New Orleans. \r
\n" );
document.write( "\n" );
document.write( "b.Write and solve an equation to find the flying time from New Orleans to Atlanta. \n" );
document.write( "
Algebra.Com's Answer #261058 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! An airplane flies from New Orleans,Louisiana, to Atlanta, Georgia, at an \n" ); document.write( " average rate of 320 miles per hour. \n" ); document.write( " The airplane then returns at an average rate of 280 miles per hour. \n" ); document.write( "The total travel time is 3 hours. \n" ); document.write( ": \n" ); document.write( "a. Define a variable for the flying time from New Orleans to Atlanta. \n" ); document.write( " Write an expression for the travel time from Atlanta to New Orleans. \n" ); document.write( "Let t = flying time from N.O to At \n" ); document.write( "(3-t) = flying time from At to N.O. \n" ); document.write( ": \n" ); document.write( "b.Write and solve an equation to find the flying time from New Orleans to Atlanta. \n" ); document.write( "Write a distance equation; dist = speed * time \n" ); document.write( "To dist = return dist \n" ); document.write( "320t = 280(3-t) \n" ); document.write( "320t = 840 - 280t \n" ); document.write( "320t + 280t = 840 \n" ); document.write( "600t = 840 \n" ); document.write( "t = \n" ); document.write( "t = 1.4 hrs from N.O. to At \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solution: (At-N.O. time = 1.6 hrs) find the distances, should be equal. \n" ); document.write( "320*1.4 = 448 mi \n" ); document.write( "280*1.6 = 448 mi also \n" ); document.write( " |