document.write( "Question 506556: A plane is travleing 480 mph with the wind, and 400 mph against the wind. Find the speed of the plane in still air. \r
\n" );
document.write( "\n" );
document.write( "I have no idea how to solve this problem. \n" );
document.write( "
Algebra.Com's Answer #340192 by mananth(16946) You can put this solution on YOUR website! plane speed in still air = x \n" ); document.write( "wind speed = y \n" ); document.write( "x+y=440-----------1 \n" ); document.write( "against wind \n" ); document.write( "x-y = 400---------2\r \n" ); document.write( "\n" ); document.write( "add (1) & (2) \n" ); document.write( "2x=880 \n" ); document.write( "/2 \n" ); document.write( "x= 440 mph \n" ); document.write( " \n" ); document.write( " |