Bunuel
Avisail and Barry drove from Columbus to Des Moines by different routes, each of which was longer than 900 miles, and neither exceeded the speed limit of 60 miles per hour at any time during their journeys. If they left Columbus at the same time, did Avisail arrive in Des Moines before Barry?
(1) The distance Avisail traveled was 120 miles greater than the distance Barry traveled.
(2) Avisail’s average speed for his trip was 10 miles per hour greater than Barry’s average speed for his trip.
Distance travelled by Avisail - Da > 900 and distance travelled by Barry - Db > 900. Also speed of Avisail - Va <= 60 and speed of Barry - Vb <= 60.
Is Ta < Tb?
Statement 1 - Da = Db + 120
Let's verify with sample values for 2 cases
Da | Va | Ta | Db | Vb | Tb |
900 + 120 = 1020 | 60 | 17 | 900 | 60 | 15 |
1020 | 60 | 17 | 900 | 30 | 30 |
As we have insufficient information on the speed we can derive Ta<Tb or Ta>Tb, hence not sufficient.
Statement 2 - Va = Vb + 10
As we don't know anything about the distance travelled, we can similarly conclude that this statement in itself is insufficient as we can get sample cases for both Ta<Tb and Ta>Tb.
Combining both these statements -
Now we have some relation between distance and speed to accurately comment on time. Let's try to break down all info we have so far,
Da > 900 and Db > 900
Va < 60 and Vb < 60
Da/Ta = Va
Db/Tb = Vb
Da = Db + 120
Va = Vb + 10
Ta = Da/Va = (Db + 120)/(Vb + 10)
Tb = Db/Vb
Minimum value of Ta can be obtained when we minimize the numerator and maximize the denominator which would be when Db = 900 and Vb = 50, which would give us Ta = 1020/60 = 17 hrs whereas Tb = 900/50 = 18 hrs, this is the minimum gap between these variables. If we now increase the numerator or decrease the denominator, this gap is always going to increase and in each of these cases Ta < Tb would hold true.
Skip fraction breakdown calculation mentioned in spoiler unless someone wants to understand the complexity in detail.
Let's break down these fractions -
Tb = Db/Vb
Ta = Db/(Vb + 10) + 120/(Vb + 10)
Min value difference for the first part of this fraction Db/(Vb + 10) to Db/Vb would be when Db is minimized and Vb is maximized which would be 900/60 = 15 to 900/50 = 18. So the minimum difference between Ta and Tb for first part of the fraction can be 3 where Ta < Tb.
Min value of the second part of the fraction is when Vb = 50 which gives us 120/(50 + 10) = 2 and this fraction is not present in Tb, so Ta > Tb
If we combine these 2 fraction values, we can derive that Ta and Tb can have minimum difference of 1 where Ta < Tb
Answer: C