Question: What is the projection of vector A = 3i + 4j onto vector B = 1i + 2j?
Options:
Correct Answer: 2.5
Solution:
Projection = (A · B / |B|^2) * B = (11 / 5) * (1i + 2j) = 2.5.