Phoenix9
Liam is pulled over for speeding just as he is arriving at work.He explains to the police officer that he could not afford to be late today, and has arrived at work only four minutes before he is to start. The officer explains that if Liam had driven 5mph slower for his whole commute, he would have arrived at work exactly on time. If Liam's commute is 30 miles long,how fast was he actually driving?(Assume that Liam drove at a constant speed for the duration of his commute.)
A. 50 mph
B. 45 mph
C. 48 mph
D. 52 mph
E. 60 mph
OA:
Solution:Of the many ways to solve this problem, two are as follows:
(Method 1)
Assume the actual speed of Liam to be r. Distance travelled is 30 miles. So, time taken is 30/r. In the hypothetical case, speed of Liam is (r-5). Distance remains the same. So, time taken is (30/r)+(1/15) because 4 minutes is 1/15th hour. So, translating these values into equations, the hypothetical scenario becomes:
distance = speed * time
30 = [(30/r)+(1/15)]*[r-5] => 30 = [(450+r)/15r]*[r-5] => 450r = [450+r][r-5] => r^2 -5r-2250 = 0 => (r-50)(r+45) = 0 => r = 50.
(Method 2)
This is the method used in the Manhattan guide. Speed in the actual case is considered to be (r+5). Time taken is therefore 30/(r+5). Speed in the hypothetical case is considered to be r. Time taken is 30/r. Because we know time taken in the hypothetical scenario is 4 minutes more, 30/r = [(30/(r+5))+(1/15)] => 30/r = [((450+r+5)/(15r+75)] => 30(15r+75) = r(455+r) => r^2 +5r-2250 = 0 => (r+50)(r-45) = 0 => r=45.
Can anyone please explain to me why both these methods DON'T yield the same answer? Isn't the first method more appropriate because the hypothetical scenario is the one in which we should assume the speed to be 5mph less than the actual and time taken is 4 minutes more than the actual?
Thanks.
Let the speed at which Liam drove at office actually be x mph
So, the speed which traffic police suggested = x-5
Distance between his home and office = 30 miles
So, difference of time with these 2 speeds = 4 minutes
So, 30/(x-5) - 30/x = 4/60
-> 30*5/x(x-5) = 1/15
-> x(x-5) = 30*5*15
-> x^2 - 5x - 30*5*15 = 0
-> x^2 - 50x + 45x - 30*5*15 = 0
-> (x -50)(x+45) = 0
-> x = 50 (as speed will be +ve)
-> So, he was actually driving at a speed of 50 miles per hour
Answer A