Difficulty: Medium
Correct Answer: North
Explanation:
Introduction / Context:
A rotated signpost changes the real-world directions of the labeled pointers. We must map label → actual direction after rotation.
Given Data / Assumptions:
Concept / Approach:
Apply a 90° clockwise rotation to the compass labels to get actual directions.
Step-by-Step Solution:
Verification / Alternative check:
Check one mapping: label East → actual South (given) confirms 90° clockwise.
Why Other Options Are Wrong:
East/South/West correspond to other labels under the same rotation, not the West label.
Common Pitfalls:
Rotating the traveller instead of the signpost, or using counter-clockwise rotation.
Final Answer:
North
Discussion & Comments