Answer:
v . w = <-20, -36, 15>
Explanation:
r = <7, -3, -7>, v = <4, 6, -5>, w = <-5, -6, -3>
To find the dot product of vectors we multiply the numbers
We need to multiply v and w
vectors is in the form of <x,y,z>
Multiply all the x values
4 times -5= -20
6 times -6 = -36
-5 times -3 = 15
So v . w = <-20, -36, 15>