document.write( "Question 654872: An express train leaves Grand Central Station 1 h after a freight train leaves the same station. The express train is traveling 12 mph faster than the freight train. Find the rate at which each train is traveling if the express train overtakes the freight train in 5 h. \n" ); document.write( "
Algebra.Com's Answer #408959 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
An express train leaves Grand Central Station 1 h after a freight train leaves the same station.
\n" ); document.write( " The express train is traveling 12 mph faster than the freight train.
\n" ); document.write( " Find the rate at which each train is traveling if the express train overtakes the freight train in 5 h.
\n" ); document.write( ":
\n" ); document.write( "let s = speed of the freight
\n" ); document.write( "then
\n" ); document.write( "(s+12) = speed of the express
\n" ); document.write( ":
\n" ); document.write( "the travel time of the express given as 5 hrs,
\n" ); document.write( " then the travel time of the freight is 6 hrs. (Left one hr earlier)
\n" ); document.write( ":
\n" ); document.write( "When the express catches the freight, they will have traveled the same distance
\n" ); document.write( "Write a distance equation; dist = time * speed
\n" ); document.write( ":
\n" ); document.write( "6s = 5(s+12)
\n" ); document.write( "6s = 5s + 60
\n" ); document.write( "6s - 5s = 60
\n" ); document.write( "s = 60 mph is the speed of the freight
\n" ); document.write( "and
\n" ); document.write( "60+12 = 72 mph is the speed of the express
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Check this by finding the actual dist of each, should be equal
\n" ); document.write( "Freight: 6(60) = 360 mi
\n" ); document.write( "Express: 5(72) = 360 mi
\n" ); document.write( "
\n" ); document.write( "
\n" );