Question 1109721
Assumption is that vectors u, v, w start at the origin(0,0)
:
Looks like the problem is asking for the dot product, a · b = ax × bx + ay × by
:
a) 3u = 3<2,2> = <6,6>
3u · v = <6,6> · <-3,4> = -18 + 12 = -6 
:
b) 2v = 2<-3,4> = <-6,8>
u · 2v = <2,2> · <-6,8> = -12 + 16 = 4
4w = 4<1,-2> = <4,-8>
: