document.write( "Question 100783: A train leaves the station at 6:00 P.M. traveling west at 80 mi/h. On a parallel track, a second train leaves the station 3 hours later traveling west a 100 mi/h. At what time will the second train catch up with the first? \r
\n" );
document.write( "\n" );
document.write( "A passenger train's speed is 60 mi/h, and a freight train's speed is 40 mi/h. The passenger train travels the same distance in 1.5 h less time than the freight train. How long does each train take to make the trip? \n" );
document.write( "
Algebra.Com's Answer #73656 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A train leaves the station at 6:00 P.M. traveling west at 80 mi/h. On a parallel track, a second train leaves the station 3 hours later traveling west a 100 mi/h. At what time will the second train catch up with the first? \n" ); document.write( ": \n" ); document.write( "Let t = traveling time of the 1st train, when the 2nd train catches up \n" ); document.write( "Then \n" ); document.write( "(t-3) = traveling time of the the 2nd train. \n" ); document.write( ": \n" ); document.write( "When this occurs, both trains will have traveled the same distance; \n" ); document.write( "Write a distance equation: Dist = speed * time \n" ); document.write( ": \n" ); document.write( "100(t-3) = 80t \n" ); document.write( ": \n" ); document.write( "100t - 300 = 8t \n" ); document.write( ": \n" ); document.write( "100t- 80t = +300 \n" ); document.write( ": \n" ); document.write( "20t = 300 \n" ); document.write( ": \n" ); document.write( "t = 300/20 \n" ); document.write( ": \n" ); document.write( "t = 15 hrs \n" ); document.write( ": \n" ); document.write( "Time = 6 PM + 15 hrs = 9 AM the next day \n" ); document.write( ": \n" ); document.write( "Check solution by find the distance traveled by each train: \n" ); document.write( "80 * 15 = q1200 mi \n" ); document.write( "100 * (15-3) = 1200 mi \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "A passenger train's speed is 60 mi/h, and a freight train's speed is 40 mi/h. The passenger train travels the same distance in 1.5 h less time than the freight train. How long does each train take to make the trip? \n" ); document.write( ": \n" ); document.write( "Use another distance equation: \n" ); document.write( "Let t = pass train time \n" ); document.write( "then \n" ); document.write( "(t+1.5) = freight train time \n" ); document.write( ": \n" ); document.write( "60t = 40(t+1.5) \n" ); document.write( "60t = 40t + 60 \n" ); document.write( "60t - 40t = 60 \n" ); document.write( "t = 60/20 \n" ); document.write( "t = 3 hrs for the pass train, and 4.5 hrs for the freight \n" ); document.write( ": \n" ); document.write( "Check solution see if the distance is the same: \n" ); document.write( "60 * 3 = 180 mi \n" ); document.write( "40 * 4.5 = 180 mi \n" ); document.write( " \n" ); document.write( " |