Question: The scalar product of vectors A = (a, b, c) and B = (1, 2, 3) is 14. If a = 2, what is the value of b + c?
Options:
Correct Answer: 6
Solution:
A · B = 2*1 + b*2 + c*3 = 14. Thus, 2 + 2b + 3c = 14, leading to 2b + 3c = 12. Solving gives b + c = 6.