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