Question: If u = (2, 3, 1) and v = (1, 0, -1), find the dot product u · v.
Options:
Correct Answer: 5
Solution:
u · v = 2*1 + 3*0 + 1*(-1) = 2 + 0 - 1 = 1.