document.write( "Question 620330: A plane can fly 180 mph in calm air. Flying with the wind, the plane can fly 600 mi in the same ammount of time it takes to fly 480 mi against the wind. Find the rate of the wind. \n" ); document.write( "
Algebra.Com's Answer #390095 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
A plane can fly 180 mph in calm air. Flying with the wind, the plane can fly 600 mi in the same ammount of time it takes to fly 480 mi against the wind. Find the rate of the wind.
\n" ); document.write( "**
\n" ); document.write( "let c=rate of wind
\n" ); document.write( "180+c=speed of plane with wind
\n" ); document.write( "180-c=speed of plane against wind
\n" ); document.write( "travel time=distance/speed
\n" ); document.write( "..
\n" ); document.write( "600/(180+c)=480/(180-c)
\n" ); document.write( "600(180)-600c=480(180)+480c
\n" ); document.write( "600(180)-480(180)=600c+480c
\n" ); document.write( "180(600-480)=1080c
\n" ); document.write( "21600=1080c
\n" ); document.write( "c=20 mph
\n" ); document.write( "rate of wind=20 mph
\n" ); document.write( "
\n" );