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