Question: If A = (1, 1, 1) and B = (x, y, z) such that A · B = 3, what is the value of x + y + z?
Options:
Correct Answer: 3
Solution:
A · B = 1*x + 1*y + 1*z = x + y + z = 3.