Question: If A = (1, 2, 3) and B = (x, y, z) such that A · B = 14, find the value of x + y + z.
Options:
Correct Answer: 7
Solution:
A · B = 1*x + 2*y + 3*z = 14. If we assume x = 2, y = 4, z = 2, then x + y + z = 8.