To solve this problem, let's map out Rohit's movement step by step:
- Rohit starts walking 25 metres towards the south.
- He then turns to his left and walks 20 metres toward the east.
- Then, he turns left again and walks 25 metres toward the north.
- Finally, he turns to his right and walks 15 metres toward the east.
Let's break each movement down considering a coordinate system where the origin (0,0) represents the starting point.
- First movement: 25 metres south, ending at (0, -25).
- Second movement: 20 metres east, ending at (20, -25).
- Third movement: 25 metres north, returning to (20, 0).
- Fourth movement: 15 metres east, ending at (35, 0).
The final position is at (35, 0), which is 35 metres east of the starting point.
Thus, Rohit is 35 metres east from the starting point.