Question: If A(1, 2, 3) and B(4, 5, 6) are two points in space, what is the vector AB?
Options:
Correct Answer: (3, 3, 3)
Solution:
Vector AB = B - A = (4-1, 5-2, 6-3) = (3, 3, 3).