Question: If A = (1, 1, 1) and B = (2, 2, 2), what is the scalar product A · B?
Options:
Correct Answer: 6
Solution:
A · B = 1*2 + 1*2 + 1*2 = 2 + 2 + 2 = 6.