2022 CSAT — Q6
Two friends and start running and they run together for m in the same direction and reach a point. turns right and runs m, while turns left and runs m. Then turns left and runs m and stops, while turns right and runs m and then stops. How far are the two friends from each other now?
Worked rationale
Put the common start at the origin and the shared first leg pointing North. Track coordinates .
Both run North : reach .
: turns right (faces East) runs ; turns left (faces North) runs .
: turns left (faces West) runs ; turns right (faces North) runs .
Both end at height , so the separation is purely horizontal:
Answer: (a) 100 m.
Visual solution
The same solve, worked by hand — read it, then trace it.
Why the other options miss
- B an arithmetic slip: mis-adds the horizontal legs (e.g. but then nets a from a phantom vertical mismatch).
- C solved the wrong question: uses only ‘s eastward leg, forgetting moved m the other way.
- D solved the wrong question: answers a single leg length instead of the final separation.
Specialist insight
The killer simplification is noticing both walkers finish at the same northward height (): their final vertical legs (: North ; : North ) leave them level, so the distance is just the sum of the opposite horizontal excursions . Coordinate-tracking beats mental rotation every time on turn-by-turn direction items — write the points, don’t picture them.
Both end at ; horizontal split m (a).