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