document.write( "Question 578745: Trains A and B are traveling in the same direction on parallel tracks. train A is traveling at 40 miles per hour and train B is traveling at 44 miles per hour. Train A passes a station at 4:20 PM. If train B passes the same staion at 4:50 PM, at what time will train B catch up to train A? \n" ); document.write( "
Algebra.Com's Answer #370753 by dfrazzetto(283)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Essentially, train A has a 30 minute (1/2 hour) headstart, at 40 mph, that is 20 miles head-start\r \n" ); document.write( "\n" ); document.write( "We want to solve for when the distance they travel is equal:\r \n" ); document.write( "\n" ); document.write( "t is zero starting when train B passes the station:\r \n" ); document.write( "\n" ); document.write( "D(a) = 40t+20 \n" ); document.write( "D(b) = 44t\r \n" ); document.write( "\n" ); document.write( "40t+20 = 44t \n" ); document.write( "4t = 20 \n" ); document.write( "t= 5 hours\r \n" ); document.write( "\n" ); document.write( "5 hours from 4:50 PM, so 9:50 PM \n" ); document.write( " |