Question 1205915
<pre>

{{{drawing(600,3150/29,-10,222,-10,32,

locate(80,28,matrix(1,2,200,mph)),

blue(line(0,0,12.5,12.5*sqrt(3)), line(212.5,12.5*sqrt(3),12.5,12.5*sqrt(3))),
 red(line(212.5,12.5*sqrt(3),0,0),line(0,0,8,3),line(0,0,8,-2)),
locate(-10,15,matrix(1,2,25,mph)),
red(locate(80,8,R)),
green(line(12.5,12.5*sqrt(3),12.5,10)),

line(12.5+5,12.5*sqrt(3)+2,12.5,12.5*sqrt(3)),
line(12.5+5,12.5*sqrt(3)-2,12.5,12.5*sqrt(3)),
blue(line(0,7,0,0),line(6,4,0,0))


)}}}

The black vector is the plane's (heading) velocity vector of 200 mph due West.
The blue vector is the wind's vector of 25 mph.
The red vector is the resultant vector (plane's actual velocity vector).

The pilot is trying to fly in the direction of the black vector, but the wind 
is blowing him in the direction of the red vector.

S30<sup>o</sup>W means a direction which "swings" from due South (straight down)
towards due West (to the left).

So the angle between the green line (pointing south) and the blue (wind) vector
is 30<sup>o</sup>.

So the angle between the blue vector and the black vector is
90<sup>o</sup> more or 120<sup>o</sup>.

So we have side-angle-side and so we use the law of cosines:

{{{abs(R)=sqrt(200^2+25^2-2(200)(20)cos(120^o))}}}

That comes out to 213.6 mph for the ground speed.  So the wind is speeding
him up but blowing him toward the south slightly.

Can you work out the angle swinging from due South left toward due West,
that the red vector is pointing in?  

Hint: Draw a vertical line from the right vertex straight downward due South. 
Then use the law of sines to find the angle between the line you drew
and the red vector. That will be the angle to put between S and W.  You will
need to first find the smallest angle in the triangle between the black and red
vectors.

I don't have time. 

Edwin</pre>