document.write( "Question 953684: A train leaves a station and travels east at 72km/h. Three hours later, a second train leaves on a parallel track and travels east at 120km/h. How much time will it take until the second train catches up to the first train? \n" ); document.write( "
Algebra.Com's Answer #582442 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
A train leaves a station and travels east at 72km/h. Three hours later, a second train leaves on a parallel track and travels east at 120km/h. How much time will it take until the second train catches up to the first train?
\n" ); document.write( "***
\n" ); document.write( "let x=travel time of 2nd train
\n" ); document.write( "x+3=travel time of 1st train
\n" ); document.write( "distance=speed*travel time(same for both trains)
\n" ); document.write( "72(x+3)=120x
\n" ); document.write( "72x+216=120x
\n" ); document.write( "48x=216
\n" ); document.write( "x=4.5
\n" ); document.write( "How much time will it take until the second train catches up to the first train? 4.5 hrs
\n" ); document.write( "
\n" );