Difficulty: Medium
Correct Answer: 12 s
Explanation:
Introduction / Context:Speed from the tree-crossing gives us the train’s speed. To clear two separate structures with a 30 m gap, the front of the train must travel the platform length + gap + bridge length + one train length to ensure the rear leaves the far end of the bridge.
Given Data / Assumptions:
Concept / Approach:When clearing sequential structures with a separation, the required head travel distance from first contact to final clearance is (platform + gap + bridge + L). Time = distance / speed.
Step-by-Step Solution:
Speed v = 110 / 3 m/sTotal distance D = 165 + 30 + 135 + 110 = 440 mTime = D / v = 440 / (110/3) = 440 * 3 / 110 = 12 sVerification / Alternative check:Single-structure checks: clearing S requires S + L distance; with two structures and a gap, distances add linearly, yielding 440 m total.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:12 s
Discussion & Comments