Question: If u = (1, 2, 3) and v = (4, 5, 6), what is the dot product u · v?
Options:
Correct Answer: 27
Solution:
Dot product u · v = 1*4 + 2*5 + 3*6 = 4 + 10 + 18 = 32.