Question: If G = (1, 1, 1) and H = (1, -1, 1), what is G · H?
Options:
Correct Answer: 0
Solution:
G · H = 1*1 + 1*(-1) + 1*1 = 1 - 1 + 1 = 1.