An autonomous security robot performs test runs along four distinct patrol routes starting from a central command post at coordinate . Match each multi-step movement route described in List-I with its corresponding net displacement (shortest straight-line distance and direction relative to the command post) in List-II.
- Route I: Moves North, turns right and moves , then turns right and moves ., due North
- Route II: Moves East, turns left and moves , then turns left and moves ., North-East
- Route III: Moves South, turns right and moves , then turns right and moves ., North-West
- Route IV: Moves West, turns left and moves , then turns left and moves ., due South
Answer
Route I matches , due North; Route II matches , North-East; Route III matches , North-West; Route IV matches , due South.
Each patrol route resolves to a distinct final coordinate when tracked on a Cartesian plane where East/North are positive and West/South are negative. Route I reaches , which is due North. Route II reaches , giving a distance of North-East. Route III reaches , giving a distance of North-West. Route IV reaches , which is due South.
Step-by-Step Solution
Key Concept
Direction and Distance Test - Coordinate Vector Resolution