Difficulty: Easy
Correct Answer: 23 min
Explanation:
Introduction / Context:This is a same-distance, different-speed time conversion. Once we compute the distance from the first scenario, we can reuse it to find the time with a higher speed. Conversions between hours and minutes must be handled carefully for accuracy.
Given Data / Assumptions:
Concept / Approach:Distance D = v1 * t1. New time t2 = D / v2. Convert t2 (hours) to minutes by multiplying by 60.
Step-by-Step Solution:
D = 69 * (35/60) = 69 * 0.5833… = 40.25 km.t2 (h) = 40.25 / 105 ≈ 0.383333… h.t2 (min) = 0.383333… * 60 = 23 minutes (exact).Verification / Alternative check:At 105 km/h, per minute distance is 1.75 km. Covering 40.25 km takes 40.25 / 1.75 = 23 minutes—consistent.
Why Other Options Are Wrong:24, 27, 29 minutes correspond to different (lower) speeds than 105 km/h for the 40.25 km route.
Common Pitfalls:Mixing hours and minutes; assuming percentage change applies to time directly (it applies inversely via speed).
Final Answer:23 min
Discussion & Comments