Question: If A = (a, b, c) and B = (1, 2, 3), find the value of a if A · B = 10.
Options:
Correct Answer: 3
Solution:
A · B = a*1 + b*2 + c*3 = 10. If b = 2 and c = 1, then a + 4 + 3 = 10, so a = 3.