document.write( "Question 724220: An airplane took 4 hours to fly 600 miles against head wind. The return trip with same wind took one hour. find speed of plane in still air. I have tried d=rt , it didnt work and mutiple formulas and can't figure it out. I would appreciate the help. Thank you. \n" ); document.write( "
Algebra.Com's Answer #443647 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! An airplane took 4 hours to fly 600 miles against head wind. The return trip with same wind took one hour. find speed of plane in still air. \n" ); document.write( "*** \n" ); document.write( "let x= speed of plane in still air \n" ); document.write( "let c= speed of wind \n" ); document.write( "x+c=speed of plane downwind \n" ); document.write( "x-c= speed of plane against the wind \n" ); document.write( "travel time=distance/speed \n" ); document.write( ".. \n" ); document.write( "600/(x-c)=4 \n" ); document.write( "600/(x+c)=1 \n" ); document.write( ".. \n" ); document.write( "600=4x-4c \n" ); document.write( "600=x+c \n" ); document.write( ".. \n" ); document.write( "600=4x-4c \n" ); document.write( "2400=4x+4c \n" ); document.write( "add \n" ); document.write( "3000=8x \n" ); document.write( "x=375 \n" ); document.write( "speed of plane in still air=375 mph \n" ); document.write( " \n" ); document.write( " |