Difficulty: Medium
Correct Answer: South
Explanation:
Introduction / Context:
This problem checks directional tracking after multiple moves and turns, including a pause that does not affect heading.
Given Data / Assumptions:
Concept / Approach:
Track headings explicitly after each turn. Rest pauses do not alter heading; “straight” means continue current heading.
Step-by-Step Solution:
Verification / Alternative check:
Representing headings as N, W, N, E, E, S confirms the final orientation is South.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing “facing” with “position from start.” The question asks only the facing direction at the end.
Final Answer:
South
Discussion & Comments