document.write( "Question 703980: a small plane traveled the 1800 km distance between two islands in 3 hours with the wind. the return trip against the wind took 6 hours . find the rate of the plane in still air and the rate of the wind \n" ); document.write( "
Algebra.Com's Answer #433830 by lwsshak3(11628) ![]() You can put this solution on YOUR website! a small plane traveled the 1800 km distance between two islands in 3 hours with the wind. the return trip against the wind took 6 hours . find the rate of the plane in still air and the rate of the wind. \n" ); document.write( ".. \n" ); document.write( "let x=rate of airplane in still air \n" ); document.write( "let c=rate of wind \n" ); document.write( "x+c=rate of airplane downwind \n" ); document.write( "x-c=rate of airplane upwind \n" ); document.write( "travel time=distance/rate\r \n" ); document.write( "\n" ); document.write( "1800/(x+c)=3 \n" ); document.write( "1800/(x-c)=6 \n" ); document.write( ".. \n" ); document.write( "3x+3c=1800 \n" ); document.write( "6x-6c=1800 \n" ); document.write( ".. \n" ); document.write( "6x+6c=3600 \n" ); document.write( "6x-6c=1800 \n" ); document.write( "12x=5400 \n" ); document.write( "x=450 \n" ); document.write( "rate of airplane in still air=450 km/hr \n" ); document.write( " |