document.write( "Question 974123: A plane can travel 470mph with the wind and 390mph against the wind. What is the speed of the plane if the air is still? \n" ); document.write( "
Algebra.Com's Answer #596140 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A plane can travel 470mph with the wind and 390mph against the wind. What is the speed of the plane if the air is still? \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( ".. \n" ); document.write( "x+c=470 \n" ); document.write( "x-c=390 \n" ); document.write( "add \n" ); document.write( "2x=860 \n" ); document.write( "x=430 \n" ); document.write( "What is the speed of the plane if the air is still? 430 mph \n" ); document.write( " |