Step 1: Understanding the Concept:
We track the movement on a 2D plane (North/South as Y-axis, East/West as X-axis). Starting point is $(0,0)$.
Step 2: Detailed Explanation:
1. North 20m: $(0, 20)$
2. Right (East) 30m: $(30, 20)$
3. Right (South) 35m: $(30, 20-35) = (30, -15)$
4. Left (East) 15m: $(30+15, -15) = (45, -15)$
5. Left (North) 15m: $(45, -15+15) = (45, 0)$
Step 3: Calculation:
The final position is $(45, 0)$. The original position was $(0, 0)$.
Distance = $45 - 0 = 45$ metres.
Direction = Positive X-axis, which is East.
Step 4: Final Answer:
He is 45 metres East from his original position. Thus, the correct option is (d).