Question 186606
An express train and a local train both leave Lake City at 12:00 noon and head for Chicago 60 miles away. The express train travel twice as fast as the local and arrives 2 hours ahead of it. Find the speed of each train.
-------------------
Local train DATA:
rate = x mph ; distance = 60 miles; time = 60/x hrs
--------------------------
Express train DATA:
rate = 2x mph ; distance = 60 miles ; time = 60/(2x) = 30/x hrs.
-------------------------------
Equation:
local train time - express train time = 2 hrs
60/x - 30/x = 2
Multiply thru by x to get:
60 - 30 = 2x
30 = 2x 
x = 15 mph (rate of the local train)
2x = 30 mph (rate of the express train)
----------------------------
Cheers,
Stan H.