document.write( "Question 515490: A small plane can fly 240 km in 3 hours with the wind, but only 210 km in the same time against the wind. Find the rate of speed of the wind. \n" ); document.write( "
Algebra.Com's Answer #344007 by lwsshak3(11628) ![]() You can put this solution on YOUR website! A small plane can fly 240 km in 3 hours with the wind, but only 210 km in the same time against the wind. Find the rate of 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 downwind \n" ); document.write( "(x-c)=speed of plane upwind \n" ); document.write( ".. \n" ); document.write( "240/(x+c)=3 \n" ); document.write( "210/(x-c)=3 \n" ); document.write( ".. \n" ); document.write( "3x+3c=240 \n" ); document.write( "3x-3c=210 \n" ); document.write( "6c=30 \n" ); document.write( "c=5 \n" ); document.write( ".. \n" ); document.write( "6x=450 \n" ); document.write( "x=75 \n" ); document.write( "ans: \n" ); document.write( "Rate of speed of the wind=5 mph \n" ); document.write( " |