Difficulty: Medium
Correct Answer: 5 meters
Explanation:
Introduction / Context:
We combine relative turns with fixed step lengths. Start with a notional facing (North), then interpret “right” and successive “left” turns relative to that orientation while accumulating coordinates.
Given Data / Assumptions:
Concept / Approach:
Use consistent left/right relative to current heading, not absolute axes. Then apply distance formula to final coordinates.
Step-by-Step Solution:
End position: (−5, 0).Distance from origin = sqrt((−5)^2 + 0^2) = 5 m.
Verification / Alternative check:
Vertical components end at y = 0; net horizontal is 5 m West, hence magnitude 5 m.
Why Other Options Are Wrong:
10/20/23 m do not match the computed displacement.
Common Pitfalls:
Losing track of the third and fourth turns, or treating “left” as absolute West.
Final Answer:
5 meters
Discussion & Comments