Question: If I = (1, 2, 3) and J = (3, 2, 1), what is I · J?
Options:
Correct Answer: 10
Solution:
I · J = 1*3 + 2*2 + 3*1 = 3 + 4 + 3 = 10.