Question: If u = (1, 2) and v = (3, 4), what is u + v?
Options:
Correct Answer: (4, 6)
Solution:
u + v = (1 + 3, 2 + 4) = (4, 6)