Question: If A = (2, 3, 4) and B = (1, 0, -1), what is the scalar product A · B?
Options:
Correct Answer: 10
Solution:
A · B = 2*1 + 3*0 + 4*(-1) = 2 + 0 - 4 = -2.