Here, we have to perform a sum of vectors and draw the resultant vector and the resultant vector will be <4, 0>.
If we see the image, we can write the vectors as:
w = <3, 3>
u = <-3, -4>
v = <-4, -1>
Now we want to sum:
u - v + w
u - v + w
= <-3, -4> - <-4, -1> + <3, 3>
= <-3 + 4 + 3, -4 + 1 + 3>
= <4, 0>
The graph of the resultant vector can be seen below.
Learn more about vectors on:
https://brainly.com/question/25705666
#SPJ1