Question: If C = (3, -1, 2) and D = (0, 4, -3), what is the value of C · D?
Options:
Correct Answer: -10
Solution:
C · D = 3*0 + (-1)*4 + 2*(-3) = 0 - 4 - 6 = -10.