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