Question: If A = (x, y, z) and B = (2, 3, 4), find the value of x if A · B = 10.
Options:
Correct Answer: 2
Solution:
A · B = x*2 + y*3 + z*4 = 10. If y = 0 and z = 0, then x = 5.