document.write( "Question 595789: a twin-engine airplane has to travel 896 miles from city a to city b. It takes 4 hours to get there with the wind. against the wind it takes 7 hours. what is the rate of the wind? \n" ); document.write( "
Algebra.Com's Answer #377298 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! a twin-engine airplane has to travel 896 miles from city a to city b. It takes 4 hours to get there with the wind. against the wind it takes 7 hours. what is the rate of the wind \n" ); document.write( "** \n" ); document.write( "let x=speed of airplane with no wind \n" ); document.write( "let c=speed of wind \n" ); document.write( "x+c=net speed of plane downwind \n" ); document.write( "x-c=net speed of plane upwind \n" ); document.write( ".. \n" ); document.write( "travel time =distance/speed \n" ); document.write( "896/(x-c)=7 \n" ); document.write( "896/x+c)=4 \n" ); document.write( ".. \n" ); document.write( "7x-7c=896 \n" ); document.write( "4x+4c=896 \n" ); document.write( ".. \n" ); document.write( "28x-28c=3584 \n" ); document.write( "28x+28c=6272 \n" ); document.write( "subtract \n" ); document.write( "56c=2688 \n" ); document.write( "c=48 mph \n" ); document.write( " \n" ); document.write( " |