document.write( "Question 967240: A certain aircraft can fly 756 miles with the wind in 3 hours and travel the same distance against the wind in 7 hours. What is the speed of the wind \n" ); document.write( "
Algebra.Com's Answer #591395 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A certain aircraft can fly 756 miles with the wind in 3 hours and travel the same distance against the wind in 7 hours. What is 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)=756 \n" ); document.write( "7(x-c)=756 \n" ); document.write( ".. \n" ); document.write( "3x+3c=756 \n" ); document.write( "7x-7c=756 \n" ); document.write( ".. \n" ); document.write( "21x+21c=5292 \n" ); document.write( "21x-21c=2268 \n" ); document.write( "subtract \n" ); document.write( "42c=3024 \n" ); document.write( "c=72 \n" ); document.write( "What is the speed of the wind? 72 mph \n" ); document.write( " |