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