document.write( "Question 206168: - Two trains leave Chicago and New York at the same time. The move towards each other at constant speeds. The train from Chicago is moving at 40 miles per hours and the train from New York is moving at 60 miles per hour. The distance from Chicago to New York is 1000 miles. How long after they depart will they meet? \n" ); document.write( "
Algebra.Com's Answer #155729 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Two trains leave Chicago and New York at the same time. The move towards each other at constant speeds. The train from Chicago is moving at 40 miles per hours and the train from New York is moving at 60 miles per hour. The distance from Chicago to New York is 1000 miles. How long after they depart will they meet? \n" ); document.write( "---------------------------- \n" ); document.write( "Train A DATA: \n" ); document.write( "distance: x miles ; rate = 40 mph ; time = x/40 hrs \n" ); document.write( "------------------ \n" ); document.write( "Train B DATA: \n" ); document.write( "distance = 1000-x miles ; rate = 60 mph ; time = (1000-x)/60 hrs \n" ); document.write( "------------------ \n" ); document.write( "Equation: \n" ); document.write( "time = time \n" ); document.write( "x/40 = (1000-x)/60 \n" ); document.write( "60x = 40000-40x \n" ); document.write( "100x = 40000 \n" ); document.write( "x = 400 miles (distance for the 40 mph train) \n" ); document.write( "--- \n" ); document.write( "time = d/r = 400/40 = 10 hrs \n" ); document.write( "================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |