mniyer
Pascal has 96 miles remaining to complete his cycling trip. If he reduced his current speed by 4 miles per hour, the remainder of the trip would take him 16 hours longer than it would if he increased his speed by 50%. What is his current speed?
(A) 6
(B) 8
(C) 10
(D) 12
(E) 16
If we let Pascal’s current rate = r, then his time to complete the remainder of the trip = 96/r.
If we let Pascal’s reduced rate = r - 4, then his new time is 96/(r - 4).
If we let Pascal’s increased rate = 1.5r, then his new time is 96/1.5r = 960/15r = 64/r,
Since the remainder of the trip would take him 16 hours longer with his reduced rate than his increased rate:
64/r = 96/(r - 4) - 16
Multiplying the entire equation by r(r - 4), we have:
64(r - 4) = 96r - 16r(r - 4)
64r - 256 = 96r - 16r^2 + 64r
16r^2 - 96r - 256 = 0
r^2 - 6r - 16 = 0
(r - 8)(r + 2) = 0
r = 8 or r = -2
Since the rate can’t be negative, r = 8. Pascal’s current rate is 8 miles per hour.
Answer: B
If we let Pascal’s increased rate = 1.5r, then his new time is 96/1.5r = 960/15r = 64/r,