Difficulty: Easy
Correct Answer: East
Explanation:
Introduction / Context:This is a pure facing-direction puzzle without distances. We only need to track the facing after successive relative turns starting from North.
Given Data / Assumptions:
Concept / Approach:Apply right and left relative to the current facing at each step. A simple mental compass or a quick 4-point diagram helps.
Step-by-Step Solution:Start facing North.Right from North → East.Right from East → South.Left from South → East.Final facing: East.
Verification / Alternative check:Two rights equal a 180° turn; North → South. Then one left from South returns to East.
Why Other Options Are Wrong:North/South/West do not match the final orientation after the described turns.
Common Pitfalls:Applying left/right to the global North rather than the current orientation.
Final Answer:East
Discussion & Comments