βRβ walks 1 km. to east and then he turns to south and walks 5 km. Again he turns to east and walks 2 km. After this he turns to north and walks 9 km. How far is he from his starting point ?
[amp_mcq option1=β3 km.β option2=β4 km.β option3=β5 km.β option4=β7 km.β correct=βoption3β³]
This question was previously asked in
UPSC CAPF β 2009
1. R walks 1 km to the east: The position is (1, 0).
2. He turns to south and walks 5 km: South is in the negative y direction. The position becomes (1, 0 β 5) = (1, -5).
3. Again he turns to east and walks 2 km: East is in the positive x direction. The position becomes (1 + 2, -5) = (3, -5).
4. After this he turns to north and walks 9 km: North is in the positive y direction. The position becomes (3, -5 + 9) = (3, 4).
The final position is (3, 4) and the starting position is (0, 0).
The distance from the starting point is the straight-line distance between (0, 0) and (3, 4).
Using the distance formula: Distance = $\sqrt{(x_2 β x_1)^2 + (y_2 β y_1)^2}$
Distance = $\sqrt{(3 β 0)^2 + (4 β 0)^2} = \sqrt{3^2 + 4^2} = \sqrt{9 + 16} = \sqrt{25} = 5$ km.