Question: If E = (1, 1, 1) and F = (1, 2, 3), find E · F.
Options:
Correct Answer: 6
Solution:
E · F = 1*1 + 1*2 + 1*3 = 1 + 2 + 3 = 6.