document.write( "Question 966234: A plane can fly at a rate of 215 mph in calm air. Traveling with the wind, the plane flew 750 miles in the same amount of time it took to fly 540 miles against the wind. Find the rate of the wind. \n" ); document.write( "
Algebra.Com's Answer #590556 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A plane can fly at a rate of 215 mph in calm air. Traveling with the wind, the plane flew 750 miles in the same amount of time it took to fly 540 miles against the wind. Find the rate of the wind. \n" ); document.write( "*** \n" ); document.write( "let c=rate of wind \n" ); document.write( "215+c=rate of plane with wind \n" ); document.write( "215-c=rate of plane against wind \n" ); document.write( "travel time=distance/rate (same for both planes) \n" ); document.write( ".. \n" ); document.write( "750/(215+c)=540/(215-c) \n" ); document.write( "cross multiply: \n" ); document.write( "540(215+c)=750(215-c) \n" ); document.write( "116100+540c=161250-750c \n" ); document.write( "1290c=45150 \n" ); document.write( "c=35 \n" ); document.write( "rate of wind=35 mph \n" ); document.write( " \n" ); document.write( " |