document.write( "Question 667753: The speed of a plane is 120 miles/hour in a calm. With the wind it can cover a certain distance in 4 hours, but against the wind it can cover only 3/5 of that distance in the same time. Find the velocity of the wind. \n" ); document.write( "
Algebra.Com's Answer #415147 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
velocity of wind = x mi/h
\n" ); document.write( "with wind speed of plane = 120 +x mi/h\r
\n" ); document.write( "\n" ); document.write( "D1= (120+x)*4\r
\n" ); document.write( "\n" ); document.write( "against wind speed = 120-x mi/h
\n" ); document.write( "D2= (120-x)*4\r
\n" ); document.write( "\n" ); document.write( "D2= 3/5 D1\r
\n" ); document.write( "\n" ); document.write( "3/5(120+x)*4 = (120-x)*4\r
\n" ); document.write( "\n" ); document.write( "3(120+x)=5(120-x)
\n" ); document.write( "360+3x=600-5x
\n" ); document.write( "8x= 240
\n" ); document.write( "x=30\r
\n" ); document.write( "\n" ); document.write( "wind speed = 30 mi/h
\n" ); document.write( "
\n" );