Question: If A = 2i + 3j and B = 3i + 4j, find the angle between A and B.
Options:
Correct Answer: 60 degrees
Solution:
cos(θ) = (A · B) / (|A||B|) = (2*3 + 3*4) / (√(2^2 + 3^2) * √(3^2 + 4^2)) = 18 / (√13 * 5) = 0.6, θ = 60 degrees.