Bunuel KarishmaB - for statement 2, why it is not sufficient ?
speed ratio is 5:6 so time is 6:5 which means 1 part per statement B is 4 hours thus first part time taken becomes 6*4=24 hours ?
Thus B alone is also sufficient giving answer as D
Maybe I got the reason so editing the post -
You cannot use inverse speed ratio (time ratio = 6:5) unless the distances are equal.
Why your approach breaks:
You assumed:
t1 : t2 = 6 : 5
But in reality:
t1 = x / 50
t2 = (total − x) / 60
So:
t1 : t2 = (x / 50) : ((total − x) / 60)
This ratio depends on x. It is not fixed.
What you unintentionally did:
By setting:
t1 = 6k and t2 = 5k
You forced:
(x / 50) : ((total − x) / 60) = 6 : 5
Solving this leads to:
x = total − x
x = total / 2
Meaning:
first distance = second distance
But this condition is NOT given in the question. You added it implicitly.
Why Statement (2) is not sufficient:
Given:
t1 = t2 + 4
This is only one equation with multiple unknowns.
Check two valid cases:
Case 1:
t2 = 2, t1 = 6
Distances: 120 and 300
Case 2:
t2 = 20, t1 = 24
Distances: 1200 and 1200
Both satisfy the condition (difference = 4), but t1 is different.
Therefore, multiple answers exist → not sufficient.
Final rule:
Inverse speed ratio gives time ratio only when distances are equal.
Bunuel
On his trip from Alba to Benton, Julio drove the first x miles at an average rate of 50 miles per hour and the remaining distance at an average rate of 60 miles per hour. How long did it take Julio to drive the first X miles?(1) On this trip, Julio drove for a total of 10 hours and a total of 530 miles --> \(total \ time=10=\frac{x}{50}+\frac{530-x}{60}\) --> we have the linear equation with one unknown, so we can solve for \(x\). Sufficient.
(2) On this trip, it took Julio 4 more hours to drive the first x miles than to drive the remaining distance --> \(\frac{x}{50}=\frac{y}{60}+4\), where \(y\) is the remaining distance --> we have the linear equation with two unknowns, so we cannot solve for \(x\). Not sufficient.
Answer: A.