Difficulty: Easy
Correct Answer: West
Explanation:
Introduction / Context:Direction-sense questions require tracking headings after a sequence of left/right turns. Your task is to find the person’s current direction, not position.
Given Data / Assumptions:
Concept / Approach:Each left/right turn is relative to the current facing. Draw a quick compass or note the order N-E-S-W to reason about rotations.
Step-by-Step Solution:
Start facing North.Left from North → West.Left from West → South.Right from South → West.Verification / Alternative check:Use a rotation table: Left turn is -90 degrees, right turn is +90 degrees relative to the current heading. Applying the sequence yields West at the end.
Why Other Options Are Wrong:
Common Pitfalls:Mixing up left/right after multiple turns or assuming turns are from the original direction.
Final Answer:West
Discussion & Comments