asked 192k views
3 votes
Let u = <-6, 1>, v = <-5, 2>. Find -4u + 2v.

A) <34, -8>
B) <14, 0>
C) <14, 3>
D) <44, -12>

1 Answer

4 votes
u = <-6,1>
-4u = -4*<-6,1>
-4u = <-4*(-6),-4*1>
-4u = <24,-4>
----------------------
v = <-5,2>
2v = 2*<-5,2>
2v = <2*(-5),2*2>
2v = <-10,4>
----------------------
-4u + 2v = <24,-4> + <-10,4>
-4u + 2v = <24+(-10),-4+4>
-4u + 2v = <24-10,-4+4>
-4u + 2v = <14,0>
----------------------
Answer: B) <14,0>

answered
User Fchauvel
by
7.9k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.