Question 477280
Two cars travel the same route, both leaving from the same point. The slower car averages 40 mph, and the faster car 50 mph. If the faster car leaves 2 hours later than the slower one, in how many hours, will the faster car catch up to the slower one?
--------------------
Slower Car DATA:
rate = 40 mph ; time = x hrs ; distance = 40x miles
--------------------
Faster Car DATA:
rate = 50 mph ; time = x-2 hrs ; distance = 50(x-2)
------
Equation:
distance = distance
40x = 50(x-2)
40x = 50x - 100 
10x = 100
x = 10 hrs
x-2 = 8 hrs (time for the faster car to catch the slower car)
========================
cheers,
Stan H.
=============