document.write( "Question 636468: Train A leaves a station traveling at 32 km/h. Two hours later, train B leaves the same station traveling in the same direction at 52 km/h. How long does it take train B to catch up to train A? \n" ); document.write( "
Algebra.Com's Answer #401031 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Hint: the equation for train A is y = 32x where x is the time and y is the distance traveled. The equation for train B is y = 52(x-2) where again x is the time and y is the distance traveled\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The two will meet when the two distances are the same. So solve 32x = 52(x-2) for x to find your answer. \n" ); document.write( " |