Step 1: Concept Analysis:
Direction and distance problem. Track x (East-West) and y (North-South) coordinates.
Step 2: Solution Approach:
Start at (0,0), facing North.
Step 1: Walk 20m North $\to$ (0, 20).
Step 2: Turn right (now facing East), walk 30m $\to$ (30, 20).
Step 3: Turn right (now facing South), walk 35m $\to$ (30, $-15$).
Step 4: Turn left (now facing East), walk 15m $\to$ (45, $-15$).
Step 5: Turn left (now facing North), walk 15m $\to$ (45, 0).
Final position: (45, 0). East displacement = 45m, North displacement = 0m. Krishna is 45 m East of the start.
Step 3: Conclusion:
Krishna is 45 m East of the starting position.