Bunuel
Official Solution:
To arrive at its destination on time, a bus should have maintained a speed of \(v\) kilometers per hour throughout the journey. However, after traveling the first third of the distance at \(v\) kilometers per hour, the bus increased its speed and covered the rest of the distance at \(1.2v\) kilometers per hour. As a result, the bus arrived at its destination \(x\) minutes earlier than planned. What was the actual duration of the trip?
The bus covered \(\frac{1}{3}\) of the distance at \(v\) kilometers per hour and the remaining \(\frac{2}{3}\) of the distance at \(1.2v\) kilometers per hour.
Let the actual duration of the trip be \(t\) hours and the total distance be \(d\) kilometers. Then we have:
\(t = \frac{(\frac{d}{3})}{v}+\frac{(\frac{d2}{3})}{1.2v}\), which simplifies to \(t=\frac{d}{v}*(\frac{1}{3}+\frac{2}{3.6})\), and finally to \(t=\frac{d}{v}*\frac{8}{9}\)
We also know that if the speed throughout the journey had been \(v\) kilometers per hour, the bus would have needed \(\frac{x}{60}\) hours more time to cover the same distance: \(t + \frac{x}{60} = \frac{d}{v}\).
Substituting \(\frac{d}{v}\) into the first equation, we get: \(t = (t + \frac{x}{60})*\frac{8}{9}\). Therefore, to find the value of \(t\), we need to know the value of \(x\).
(1) \(v = 60\). Not sufficient.
(2) \(x = 20\). Sufficient.
Answer: B
Hi Bunuel,
Questions say that the bus travelled first 1/3 of the distance at V km/h and statement 1: v= 60 km/h
so we can infer that 1/3 distance = 60 km and total distance = 180 km.
Now the bus travelled the remaining distance at 1.2v km/h = 72 km/h so the time taken to cover the remaining distance = (180-60)/72*60 = 100 minutes. Total time taken by bus = 60 + 100 = 160 minutes.
So statement 1 alone is also sufficient. Then IMO correct answer should be D.
Please let me know if I am missing something.
Thanks
How did you deduce the red part? Do we know that it took the bus 1 hour to cover 1/3 of the distance?