document.write( "Question 275491: A jet plane flying with the wind went 1030 mi in 2 h. Against the wind, the plane could only fly 820 mi in the same amount of time. Find the rate of the plane in calm air and the rate of the wind. (Round your answers to one decimal place.)
\n" );
document.write( "rate of plane ________ mph
\n" );
document.write( "rate of wind _________ mph \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #200939 by mananth(16946)![]() ![]() You can put this solution on YOUR website! A jet plane flying with the wind went 1030 mi in 2 h. Against the wind, the plane could only fly 820 mi in the same amount of time. Find the rate of the plane in calm air and the rate of the wind. (Round your answers to one decimal place.)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let the speed of the plane in still air be p \n" ); document.write( "the speed of the wind be w\r \n" ); document.write( "\n" ); document.write( "2*(p+w)= 1030 \n" ); document.write( "2*(p-w)=820\r \n" ); document.write( "\n" ); document.write( "p+w=510 \n" ); document.write( "p-w=410\r \n" ); document.write( "\n" ); document.write( "2p=920 \n" ); document.write( "p= 460 mph\r \n" ); document.write( "\n" ); document.write( "w= 510-460=50mph \n" ); document.write( " |