Question: If the vectors A = (1, 2) and B = (2, 1) are given, what is the angle between them?
Options:
Correct Answer: 45 degrees
Solution:
Cosine of angle θ = (A · B) / (|A| |B|) = (1*2 + 2*1) / (√5 * √5) = 4/5, θ = cos⁻¹(4/5).