204k views
3 votes
Evaluate the expression.

r = <9, -7, -1>, v = <2, 2, -2>, w = <-5, -2, 6>

v ⋅ w

A) <-18, 14, -2>
B) -26
C) 1
D) <-10, -4, -12>

2 Answers

6 votes
In general if
u = <a,b,c>
v = <d,e,f>
then
u dot v = a*d + b*e + c*f = dot product of the two vectors
In words: multiply the x coordinates together, then the y together and then z together. Finally add up those three products

So,
v dot w = <2,2,-2> dot <-5,-2,6>
v dot w = 2*(-5) + 2*(-2) + (-2)*6
v dot w = -10 - 4 - 12
v dot w = -26

Answer: B) -26
User SeniorJD
by
7.9k points
4 votes

the above person lied and used bots for 5 star ratings the real answer is 6.
Evaluate the expression.

r = <9, -7, -1>, v = <2, 2, -2>, w = <-5, -2, 6>

v ⋅ r (3 points)

<18, -14, 2>

You Answered -26

1

Correct Answer 6

User Sbottingota
by
8.2k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories