A cyclist goes 12 km to the South and then turning West he goes 16 km. Again he turns to his right and goes 15 km. After that, he turns to his right and goes 12 km. How far is he from his starting point? |
3 km 4 km 5 km 10 km |
5 km |
The correct answer is Option (3) → 5 km To solve this, let's track the cyclist's movement step-by-step on a coordinate plane. Let the starting point be $(0, 0)$. 1. Step-by-Step Movement
2. Final Distance Calculation The cyclist's final position is $(-4, 3)$ relative to the starting point $(0, 0)$. To find the direct distance (displacement), we use the Pythagoras theorem: $d = \sqrt{x^2 + y^2}$ $d = \sqrt{(-4)^2 + 3^2}$ $d = \sqrt{16 + 9}$ $d = \sqrt{25}$ $d = 5 \text{ km}$ Conclusion: The cyclist is 5 km away from his starting point. |