document.write( "Question 643411: A passenger train leaves the train depot 2 hours after a freight train left the same depot. The freight train is traveling 20 mph slower than the passenger train. Find the rate of each train, if the passenger train overtakes the freight train in 3 hours. \n" ); document.write( "
Algebra.Com's Answer #404475 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
A passenger train leaves the train depot 2 hours after a freight train left the same depot. The freight train is traveling 20 mph slower than the passenger train. Find the rate of each train, if the passenger train overtakes the freight train in 3 hours.
\n" ); document.write( "**
\n" ); document.write( "let x=rate of speed of freight train
\n" ); document.write( "x+20=rate of speed of passenger train
\n" ); document.write( "distance=travel time*rate of speed (same for both trains)
\n" ); document.write( "..
\n" ); document.write( "5x=3(x+20)
\n" ); document.write( "5x=3x+60
\n" ); document.write( "2x=60
\n" ); document.write( "x=30
\n" ); document.write( "x+20=50
\n" ); document.write( "rate of speed of freight train=30 mph
\n" ); document.write( "rate of speed of passenger train=50 mph
\n" ); document.write( "
\n" );