Question: If A = (x, y, z) and B = (2, 3, 4), and A · B = 10, find the value of x + y + z.
Options:
Correct Answer: 3
Solution:
x*2 + y*3 + z*4 = 10. One possible solution is x = 1, y = 1, z = 1, so x + y + z = 3.