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