Question: If the vectors A = (x, 2, 3) and B = (4, y, 6) are orthogonal, what is the value of y?
Options:
Correct Answer: 3
Solution:
A · B = x*4 + 2*y + 3*6 = 0. Thus, 4x + 2y + 18 = 0. If x = 0, then y = -9. If x = 1, y = -10. The only integer solution is y = 3.