document.write( "Question 840771: It takes 2 hours for a small plane to travel 390 miles with the wind. Going against the wind, the plane can travel 330 miles in the same amount of time. Find the speed of the plane in still air and the speed of the wind. \n" ); document.write( "
Algebra.Com's Answer #506443 by hamsanash1981@gmail.com(151)\"\" \"About 
You can put this solution on YOUR website!
speed = distance / time taken\r
\n" ); document.write( "\n" ); document.write( "speed along with the wind a = 390/ 2 => 195 miles/hour\r
\n" ); document.write( "\n" ); document.write( "speep against the wind b = 330/2 => 165 miles/ hour\r
\n" ); document.write( "\n" ); document.write( "Speed of still air = (speed along the wind + speed against the wind)/2\r
\n" ); document.write( "\n" ); document.write( "speed of the wind = (speed along the wind - speed against the wind)/2\r
\n" ); document.write( "\n" ); document.write( "speed of still air = (195+165)/2 => 360/2 => 180\r
\n" ); document.write( "\n" ); document.write( "speed of the wind = (195-165)/2 => 30/2 => 15
\n" ); document.write( "
\n" );