Difficulty: Easy
Correct Answer: East
Explanation:
Given data
Concept/ApproachPlace L at the origin. Take East = +x and North = +y. South-West is (−, −) from L; South-East is (+, −). Only relative direction between K and M is asked.
Step-by-stepK ≈ (−40, −40)M ≈ (+40, −40)Vector K→M = (80, 0) ⇒ due East.
Common pitfallProjecting diagonals with √2 factors is unnecessary for direction; the sign pattern suffices.
Final AnswerEast
Discussion & Comments