Question: If C = (0, 1, 2) and D = (3, 4, 5), what is C · D?
Options:
Correct Answer: 10
Solution:
C · D = 0*3 + 1*4 + 2*5 = 0 + 4 + 10 = 14.