Question: If A = (2, 3) and B = (4, 7), find the vector AB.
Options:
Correct Answer: (2, 4)
Solution:
Vector AB = B - A = (4 - 2, 7 - 3) = (2, 4).