document.write( "Question 173780: Trains A and B are traveling in the same direction on parallel tracks. Train A is traveling at 100mph and train B is traveling at 120mph. Train A passes a station at 8:15A.M. If train B passes the same station at 8:30A.M., what time will train B catch up to train A?
\n" );
document.write( "I don't even know if I am asking this question in the right section or not, but it has me baffled. \n" );
document.write( "
Algebra.Com's Answer #128650 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Trains A and B are traveling in the same direction on parallel tracks. Train A is traveling at 100mph and train B is traveling at 120mph. Train A passes a station at 8:15A.M. If train B passes the same station at 8:30A.M., what time will train B catch up to train A? \n" ); document.write( "---------------------- \n" ); document.write( "Train A DATA: \n" ); document.write( "rate = 100 mph ; distance = x miles ; time = d/r = x/100 hrs \n" ); document.write( "------------------- \n" ); document.write( "Train B DATA: \n" ); document.write( "rate = 120 mph ; distance = x miles ; time = d/r = x/120 hrs \n" ); document.write( "------------------- \n" ); document.write( "EQUATION: \n" ); document.write( "time A - time B = (1/4) hr \n" ); document.write( "x/100 - x/120 = 1/4\r \n" ); document.write( "\n" ); document.write( "Multiply thru by 4 to get: \n" ); document.write( "x/25 - x/30 = 1 \n" ); document.write( "30x - 25x = 25*30 \n" ); document.write( "5x = 25*30 \n" ); document.write( "x = 5*30 = 150 miles \n" ); document.write( "------------------------- \n" ); document.write( "Train A time = x/100 = 150/100 = 3/2 hr \n" ); document.write( "8:15 + (3/2) hr = 9:45 A.M. \n" ); document.write( " \n" ); document.write( " |