document.write( "Question 875014: For spring break, a group of students
\n" );
document.write( "flew to Cancun. From Mexico City, the airplane took 2 hr
\n" );
document.write( "to fly 600 mi against a head wind. The return trip with the wind took 1 2/3 hr. Find the speed of the plane in still air. \n" );
document.write( "
Algebra.Com's Answer #527963 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! For spring break, a group of students \n" ); document.write( "flew to Cancun. From Mexico City, the airplane took 2 hr \n" ); document.write( "to fly 600 mi against a head wind. The return trip with the wind took 1 2/3 hr. Find the speed of the plane in still air. \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 with the wind \n" ); document.write( "(x-c) speed of plane against the wind \n" ); document.write( "travel time=distance/speed \n" ); document.write( ".. \n" ); document.write( "1 2/3 hr=5/3 hr \n" ); document.write( " \n" ); document.write( " \n" ); document.write( ".. \n" ); document.write( "2x-2c=600 \n" ); document.write( "5x+5c=1800 \n" ); document.write( ".. \n" ); document.write( "10x-10c=3000 \n" ); document.write( "10x+10c=3600 \n" ); document.write( "add \n" ); document.write( "20x=6600 \n" ); document.write( "x=330 \n" ); document.write( "speed of plane in still air=330 mph \n" ); document.write( " |