Difficulty: Medium
Correct Answer: North–East
Explanation:
Introduction / Context:
This problem uses diagonal moves (NW, SW, SE), which combine North/South and East/West components. The key is to decompose each diagonal step into orthogonal components and sum them to find the resultant displacement. The direction toward home is the direction opposite to her displacement vector.
Given Data / Assumptions:
Concept / Approach:
Resolve each 30 m diagonal into components 30/√2 ≈ 21.21 m along each axis. Add signed components to find the total displacement (x, y). The direction toward home is the heading from the current point back to the origin, i.e., opposite of (x, y).
Step-by-Step Solution:
Verification / Alternative check:
Create a quick sketch with three equal-length diagonals; you will see the endpoint lies in the South-West quadrant relative to start, so moving toward home must be North-East.
Why Other Options Are Wrong:
Common Pitfalls:
Forgetting that NW, SW, SE are 45° diagonals with equal magnitude components, or reversing axes when summing vectors.
Final Answer:
North–East
Discussion & Comments