document.write( "Question 94247: Train A leaves a station traveling at 48 kilometers per hour. Four hours later, train B leaves the station traveling in the same direction at 68 kilometers per hour. What equation can you use to find the time (t) in hours that it took train B to catch up with train A, and what is the value of t \n" ); document.write( "
Algebra.Com's Answer #68698 by edjones(8007)![]() ![]() You can put this solution on YOUR website! d=distance t=time v=velocity \n" ); document.write( "d=tv \n" ); document.write( "Let t=time of 1st train \n" ); document.write( "Let t-4=time of 2nd train \n" ); document.write( "for the 1st train d=tv=48t \n" ); document.write( "for the 2nd train d=tv=68(t-4) \n" ); document.write( "they both travel the same distance therefore: 48t=68(t-4) \n" ); document.write( "48t=68t-272 \n" ); document.write( "add 272 and -48t to both sides: 272=20t \n" ); document.write( "t=13.6hrs \n" ); document.write( "t-4=9.6hrs time it took train b to catch up to train a \n" ); document.write( "EdJones \n" ); document.write( " |