Difficulty: Medium
Correct Answer: 7 h
Explanation:
Introduction / Context:
Hourly changing speed implies the distance covered each hour forms an arithmetic progression (AP). Summing the AP until the total reaches 385 km yields the number of hours.
Given Data / Assumptions:
Concept / Approach:
Let n be hours. Distance = n/2 * (first + last) = n/2 * (40 + (40 + 5(n − 1))). Solve for n.
Step-by-Step Solution:
Verification / Alternative check:
Distances per hour: 40, 45, 50, 55, 60, 65, 70 sum to 385 km.
Why Other Options Are Wrong:
They do not satisfy the AP sum to 385 km.
Common Pitfalls:
Using geometric growth instead of arithmetic growth or mis-summing the series.
Final Answer:
7 h
Discussion & Comments