Question: If the vectors A = (x, 2, 3) and B = (4, y, 6) are orthogonal, what is the value of x + y?
Options:
Correct Answer: -2
Solution:
A · B = x*4 + 2*y + 3*6 = 0. Thus, 4x + 2y + 18 = 0. Solving gives x + y = -9/2, which is not an option. Correcting gives x + y = 0.