document.write( "Question 325923: An airplane flew 3 hours with a 40 mph head wind. The return trip with a tail wind of the same speed took 2 hours. Find the speed of the plane in still air. \n" ); document.write( "
Algebra.Com's Answer #233298 by nyc_function(2741)![]() ![]() You can put this solution on YOUR website! Let s = speed of plane in still air\r \n" ); document.write( "\n" ); document.write( "Headwind will decrease the plane's speed in still air and tailwind will increase the plane's speed in still air.\r \n" ); document.write( "\n" ); document.write( "3(s - 40) = 2(s + 40)\r \n" ); document.write( "\n" ); document.write( "3s - 120 = 2s + 80\r \n" ); document.write( "\n" ); document.write( "3s - 2s = 80 + 120\r \n" ); document.write( "\n" ); document.write( "s = 200\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |