Question: If A = (x, y, z) and B = (1, 2, 3), and A · B = 14, find the value of x + y + z.
Options:
Correct Answer: 7
Solution:
A · B = x*1 + y*2 + z*3 = 14; Let x + y + z = k; We can find values satisfying this equation.