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