Four tourists (Alex, Blake, Casey, and Drew) start exploring a flat city from the exact same central plaza. Match each tourist's movement sequence with their final direction relative to the starting point.
- Alex: Walks North, turns clockwise, and walks .Exactly East
- Blake: Walks West, turns left to walk , then turns left again and walks .South-East
- Casey: Walks South, turns right and walks , then turns clockwise and walks .Exactly West
- Drew: Walks North, turns right and walks , then turns left and walks .North-East
Answer
Alex is Exactly East, Blake is South-East, Casey is Exactly West, and Drew is North-East of the starting point.
By placing the starting point at the origin (0,0) of a Cartesian plane, we can translate every movement into (x,y) coordinate changes. Alex ends at (40, 0), indicating a positive x-axis position (East). Blake ends at (30, -30), indicating a positive x and negative y position (South-East). Casey ends at (-60, 0), indicating a negative x-axis position (West). Drew ends at (40, 40), indicating a positive x and positive y position (North-East).
Step-by-Step Solution
Key Concept
Direction and Distance Vector Mapping