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