Question: If the vector a = (2, -1) and b = (1, 3), what is a + b?
Options:
Correct Answer: (3, 2)
Solution:
a + b = (2 + 1, -1 + 3) = (3, 2)