Question: If A = 2i + 2j and B = 3i + 4j, what is the angle between A and B?
Options:
Correct Answer: 60 degrees
Solution:
cos(θ) = (A · B) / (|A||B|) = (2*3 + 2*4) / (√(2^2 + 2^2) * √(3^2 + 4^2)) = 0.5, θ = 60 degrees.