Question: If the vector a = (2, -1) and b = (1, 3), what is the cross product a × b?
Options:
Correct Answer: 5
Solution:
Cross product in 2D = a1*b2 - a2*b1 = 2*3 - (-1)*1 = 6 + 1 = 7