Question: If vectors A = (x, 2, 3) and B = (1, y, 4) are perpendicular, what is the value of x + y?
Options:
Correct Answer: 2
Solution:
A · B = x*1 + 2*y + 3*4 = 0. Thus, x + 2y + 12 = 0. Solving gives x + y = -6.