SergejK
Bunuel
Official Solution:
A cyclist traveled for two days. On the second day, she rode 4 hours longer and at an average (arithmetic mean) speed 10 miles per hour slower than on the first day. If over these two days, she covered a total of 280 miles in 12 hours, what was her average speed on the second day?
A. 5 mph
B. 10 mph
C. 20 mph
D. 30 mph
E. 40 mph
Approach 1 - Algebra:
Given that on the second day the cyclist traveled for 4 hours more than on the first day and the total travel time over two days was 12 hours, we can set up the equation \(t + (t + 4) = 12\). Solving for \(t\), we get \(t = 4\). This means she traveled for 4 hours on the first day and 8 hours on the second day.
If we let the rate on the second day be \(r\) miles per hour, then the equation for the total distance covered on both days is: \(4(r + 10) + 8r = 280\). Solving for \(r\), we find \(r = 20\) miles per hour.
Approach 2 - Logic:
The average rate of the cyclist is \(\frac{\text{total distance}}{\text{total time}}=\frac{280}{12}=23\frac{1}{3}\). Now, since the weighted average of 2 individual averages (\(r\) and \(r+10\)) must lie between these individual averages, we have \(r \lt 23\frac{1}{3} \lt r+10\). Only answer choice B fits, as the rate from the correct answer choice must be less than \(23\frac{1}{3}\), and that rate plus 10 must be more than \(23\frac{1}{3}\).
Answer: C
Why can't we use s+s-10=280/12 to calculate the speed? Is it only possible when the distance is equal in both instances?
The average rate of the cyclist is \(\frac{\text{total distance}}{\text{total time}}=\frac{280}{12}=23\frac{1}{3}\). But why would it be equal to r + r - 10? Did you mean (r + r - 10)/2?
If the distances covered at the rate of x and the rate of y are equal, say d, then the average rate is:
\(\frac{\text{total distance}}{\text{total time}}=\frac{d + d}{d/x + d/x}= \frac{2}{1/x + 1/y}=\frac{2xy}{x + y} \).
For example, if 100 miles were covered at 20 miles per hour and another 100 miles were covered at 50 miles per hour, the average rate for the total 200 miles would be:
\(\frac{\text{total distance}}{\text{total time}}=\frac{100 + 100}{100/20 + 100/50}= \frac{200}{5 + 2}=\frac{200}{7} \) or directly: \(\frac{2xy}{x + y}=\frac{200}{7}\approx 29\).
Hope it's clear.