Question 278190
A train traveling at 50 miles per hour leaves for a certain town. 
Two hours later, a bus (starting at the same point as the train) traveling at 60 miles per hour leaves for the same town and arrives at the same time as the train. 
If both the train and the bus traveled in a straight line, how far is the town from where they started?
----------------------------------------------
Train DATA:
rate = 50 mph ; time = x hrs. ; distance = rt = 50x miles
------------------------------------------------------------
Bus DATA:
rate = 60 mph ; time = x-2 hrs ; distance = rt = 60(x-2) miles
--------------------------------------------------------------
Equation:
distance = distance
50x = 60(x-2)
50x = 60x - 120
-10x = -120
x = 12 miles
======================
Cheers,
Stan H.