Difficulty: Medium
Correct Answer: 81 km
Explanation:
Introduction / Context:This is a catch-up problem with initial separation. One train starts from P and another from Q, both moving in the same direction (towards and beyond Q). The faster train from P eventually overtakes the train from Q at point R beyond Q.
Given Data / Assumptions:
Concept / Approach:For catch-up: relative speed = v_P − v_Q. Catch-up time t = gap / relative speed. Then the distance QR equals distance traveled by the Q-train in time t.
Step-by-Step Solution:
Relative speed = 24 − 18 = 6 km/hCatch-up time t = 27 / 6 = 4.5 hDistance QR = v_Q * t = 18 * 4.5 = 81 kmVerification / Alternative check:Total distance from P to R = 24 * 4.5 = 108 km; hence PR − PQ = 108 − 27 = 81 km = QR ✔
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:81 km
Discussion & Comments