A. Can't do graphical in this format. Draw the vector for the plane, then draw the wind vector, putting the tail of the wind on the head of the plane's vector. The line from the tail of the plane's vector to the head of the wind's vector is the resultant vector.
B. Multiple ways to do this, but since we're doing pre-calculus, let's break both into x and y components. Remembering that headings start with zero at North (our y axis) and go around clockwise, so our equations are a bit different than what we conventionally use in physics. For the plane, we have:
vx = 110*sin(155) = 46.5
vy = 110*cos(155) = -99.7
For the wind, subtract 180 from 250 to get 70 for the direction the wind is going, so we have:
vx = 60*sin(70) = 56.4
vy = 60*cos(70) = 20.5
Therefore, when we add these two, the resultant vector is:
<46.5,-99.7> + <56.4,20.5> = <102.9,-79.2>
Speed will be the magnitude of this vector, so:
v = √(102.92 + (-79.2)2) = 129.9 mph
C. To get bearing, we note that tan-1(79.2/102.9) = 37.6. Looking at what this means on your graph, note that the vector is 37.6o South of East, or a bearing of 127.6o.
The result should make intuitive sense, as the plane has a quartering tailwind.