document.write( "Question 718025: Question:
\n" );
document.write( "If a plane can travel 500 miles per hour with the wind and 420 miles per hour against the wind, what is the speed of the plane in still air?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #440724 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! If a plane can travel 500 miles per hour with the wind and 420 miles per hour against the wind, what is the speed of the plane in still air? \n" ); document.write( "*** \n" ); document.write( "let x=speed of the plane in still air \n" ); document.write( "let c=speed of the wind \n" ); document.write( ".. \n" ); document.write( "x+c=500 \n" ); document.write( "x-c=420 \n" ); document.write( "2x=920 \n" ); document.write( "x=460 \n" ); document.write( "c=500-x=40 \n" ); document.write( "speed of the plane in still air=460 mph \n" ); document.write( "speed of the wind=40 mph \n" ); document.write( " |