You need to assign a reference for your displacement vectors and then sum them. Most intuitive for me would be to think of the directions as if they were on a map: west being negative x-axis, east being positive x-axis, north being positive y-axis, and south being negative y-axis. From there, you see the first vector is

and the second vector is
)
or
Drawing pictures helps with vector problems such as this one. Do do vector addition, you need to break each vector into rectangular components, and add them.
x:
)
y:
Your answer then may look like this:
)\hat i \ + (150\sin (120^\circ))\hat j \)
Where

and

are unit vectors designating only direction and not magnitude.
If you wanted the answer expressed in phasor form, then do this:
)^2 + (150\sin (120^\circ))^2}\angle \arctan (\frac{150\sin (120^\circ)}{-200 + 150 \cos (120^\circ)})))