document.write( "Question 343237: an express train leaves grand central station 1 hour after a freight train leaves the same station. the express train is traveling 15 mph faster that the freight treain.find the rate at which each train is traveling if the express train overtakes the freight train in 3 hours. \n" ); document.write( "
Algebra.Com's Answer #245594 by mananth(16946)![]() ![]() You can put this solution on YOUR website! freight train speed be x mph \n" ); document.write( "express train speed = x+15 mph \n" ); document.write( ".. \n" ); document.write( "the express train leaves the station 1 hour later.\r \n" ); document.write( "\n" ); document.write( ".. \n" ); document.write( "express train travels 3(x+15)miles \n" ); document.write( "freight train travels 4x miles \n" ); document.write( "4x=3(x+15) \n" ); document.write( "4x=3x+45 \n" ); document.write( "4x-3x=45 \n" ); document.write( "x=45 mph the speed of freight train. \n" ); document.write( "speed of express train = x+15 = 60 mph \n" ); document.write( " |