Question: Calculate the scalar product of A = (1, 1, 1) and B = (2, 2, 2).
Options:
Correct Answer: 6
Solution:
A · B = 1*2 + 1*2 + 1*2 = 2 + 2 + 2 = 6.