Difficulty: Medium
Correct Answer: 3 : 2
Explanation:
Given
Key Idea: When two trains move in opposite directions, relative speed = v1 + v2, and distance to be covered to cross each other = L1 + L2.
Step 1: Set up the crossing equation
(L1 + L2) = (v1 + v2) × 23
(27v1 + 17v2) = 23(v1 + v2)
Step 2: Solve for the ratio v1 : v2
27v1 + 17v2 = 23v1 + 23v2
(27 − 23)v1 = (23 − 17)v2
4v1 = 6v2 ⇒ v1 : v2 = 6 : 4 = 3 : 2
Sanity Check
Assume v1 : v2 = 3 : 2 ⇒ v1 = 3k, v2 = 2k.
L1 = 27×3k = 81k, L2 = 17×2k = 34k.
Crossing time = (81k + 34k) / (3k + 2k) = 115k / 5k = 23 s ✔
Final Answer
Ratio of their speeds = 3 : 2.
Discussion & Comments