Question: Find the angle between the vectors A = (3, -2, 1) and B = (1, 1, 1).
Options:
Correct Answer: 60°
Solution:
cos(θ) = (A · B) / (|A| |B|). A · B = 3*1 + (-2)*1 + 1*1 = 2. |A| = √(3^2 + (-2)^2 + 1^2) = √14, |B| = √3. θ = cos^(-1)(2/(√14 * √3)).