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