Question: If A = (1, 2, 3) and B = (4, 5, 6), what is the value of A · B?
Options:
Correct Answer: 30
Solution:
A · B = 1*4 + 2*5 + 3*6 = 4 + 10 + 18 = 32.