Question: If A = (a, b, c) and B = (1, 2, 3), what is the scalar product A · B?
Options:
Correct Answer: a + 2b + 3c
Solution:
A · B = a*1 + b*2 + c*3 = a + 2b + 3c.