Question 1048168
.
If a plane can travel 500 miles per hour with the wind and 400 miles per hour against the wind, 
find the speed of the plan without a wind and speed {{{highlight(cross(with))}}} of the wind.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


<pre>
If "u" is the plane speed without a wind and "v" is the speed of the wind, then

1.  The speed of a plane relative to the Earth (relative to the ground) is 

    u + v when it flying with the wind,  and
    u - v when it flying against the wind.


2. So, you are given 

   u + v = 500,   (1)
   u - v = 400.   (2)


3.  Add these two equations. You will get

    2u = 500 + 400  --->  2u = 900  --->  u = {{{900/2}}} = 450

         Thus you just found the speed of the airplane at no wind. It is 450 miles per hour.

    Now you will easily find from (1) v = 500 - 450 = 50.

        So, the speed of wind is 50 mph.

<U>Answer</U>.  The speed of the airplane at no wind is 450 miles per hour.
         The speed of wind is 50 mph.
</pre>