Question: If I = (1, 2, 3) and J = (4, 5, 6), calculate I · J.
Options:
Correct Answer: 30
Solution:
I · J = 1*4 + 2*5 + 3*6 = 4 + 10 + 18 = 32.