Difficulty: Easy
Correct Answer: North-West
Explanation:
Introduction / Context:Compute net displacement and then the direction from the current point back to the origin (home).
Given Data / Assumptions:
Concept / Approach:Current position relative to home is (East 20, South 20). Therefore, home from current point is the opposite bearing: 20 West and 20 North ⇒ North-West.
Step-by-Step Solution:
Start (0,0) → (0,−50) → (20,−50) → (20,−20).Home vector from (20,−20) → (0,0) is (−20,+20) ⇒ NW.Verification / Alternative check:Equal magnitudes imply a 45° NW heading.
Why Other Options Are Wrong:North suggests only y-change; East suggests only x-change; South-West is opposite.
Common Pitfalls:Giving the direction of the current point from home instead of home from current point.
Final Answer:North-West
Discussion & Comments