Difficulty: Medium
Correct Answer: North
Explanation:
Introduction / Context:The problem encodes the first heading using “towards the evening sun,” i.e., West (in India). Track the subsequent turns to find the final heading.
Given Data / Assumptions:
Concept / Approach:Successive left/right operations rotate 90°; we only need the last segment’s heading.
Step-by-Step Solution:
West → South → West → North.Verification / Alternative check:Both the vector diagram and rotation table give the same final orientation: North.
Why Other Options Are Wrong:They contradict the last right from West.
Common Pitfalls:Interpreting “direction now” as location; it asks the present heading during the final walk.
Final Answer:North
Discussion & Comments