Question: If vector A = (1, 2, 3) and vector B = (4, 5, 6), what is A + B?
Options:
Correct Answer: (5, 7, 9)
Solution:
A + B = (1+4, 2+5, 3+6) = (5, 7, 9).