document.write( "Question 965111: a twin engined aircraft can fly 816 miles from one city to another in 3 hours with the wind and make the return trip in 8 hours against the wind.what was the speed of the wind? \n" ); document.write( "
Algebra.Com's Answer #589881 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! a twin engined aircraft can fly 816 miles from one city to another in 3 hours with the wind and make the return trip in 8 hours against the wind.what was the speed of the wind? \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*speed=distance \n" ); document.write( ".. \n" ); document.write( "3(x+c)=816 \n" ); document.write( "8(x-c)=816 \n" ); document.write( ".. \n" ); document.write( "3x+3c=816 \n" ); document.write( "8x-8c=816 \n" ); document.write( ".. \n" ); document.write( "24x+24c=6528 (mult. eq. by 8) \n" ); document.write( "24x-24c=2448 (mult. eq. by 3) \n" ); document.write( "subtract: \n" ); document.write( "48c=4080 \n" ); document.write( "c=85 \n" ); document.write( "speed of wind=85 mph \n" ); document.write( " |