document.write( "Question 371015: An airplane travels against a 52.5 mph wind in 5 hours and it makes the return trip with the same wind in 2 hours. Find the speed of the plane in still air.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #264336 by mananth(16946)![]() ![]() You can put this solution on YOUR website! An airplane travels against a 52.5 mph wind in 5 hours and it makes the return trip with the same wind in 2 hours. Find the speed of the plane in still air. \n" ); document.write( ".. \n" ); document.write( "let plane speed in still air be x mph \n" ); document.write( "wind speed = 52.5 mph \n" ); document.write( ".. \n" ); document.write( "Against wind speed = x-52.5 \n" ); document.write( "with wind speed = x+52.5 \n" ); document.write( ".. \n" ); document.write( "distance is the same \n" ); document.write( "against wind time = 5 hours \n" ); document.write( "with wind time = 2 hours \n" ); document.write( ".. \n" ); document.write( "5(x-52.5) = 2(x+52.5) \n" ); document.write( "5x-262.5=2x+105 \n" ); document.write( "5x-2x=262.5+105 \n" ); document.write( "3x= 367.5 \n" ); document.write( "/3 \n" ); document.write( "x=122.5 mph the speed of plane \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |