Question: If A = (1, 2) and B = (3, 4), what is the dot product A · B?
Options:
Correct Answer: 10
Solution:
Dot product A · B = 1*3 + 2*4 = 3 + 8 = 11.