- #1
klm
- 165
- 0
vector A= (2,-1,1)
vec. B = ( 3, 0, 5)
vec. C = (1,4,-2)
what is 2A + 3(B+C)
this is what i did:
2A = 2(2,-1,1) = (4,-2, 2)
(B+C) = (4,4,3) x 3 = (12,12, 9)
2A + 3(B+C) = (16,10,11)
is this the correct way to think and do this problem?
vec. B = ( 3, 0, 5)
vec. C = (1,4,-2)
what is 2A + 3(B+C)
this is what i did:
2A = 2(2,-1,1) = (4,-2, 2)
(B+C) = (4,4,3) x 3 = (12,12, 9)
2A + 3(B+C) = (16,10,11)
is this the correct way to think and do this problem?