Question: If A = (a, b, c) and B = (1, 2, 3), and A · B = 14, find a + b + c.
Options:
Correct Answer: 7
Solution:
a*1 + b*2 + c*3 = 14. One possible solution is a = 2, b = 4, c = 0, so a + b + c = 6.