document.write( "Question 142994: An express and local train leave Grays Lake at 3 P.M. and head for Chicago 50 miles away. The express travels twice as fast as the local and arrives 1 hour ahead of the local. Find the speed of each train. \n" ); document.write( "
| Algebra.Com's Answer #104048 by stanbon(75887)      You can put this solution on YOUR website! An express and local train leave Grays Lake at 3 P.M. and head for Chicago 50 miles away. The express travels twice as fast as the local and arrives 1 hour ahead of the local. Find the speed of each train. \n" ); document.write( "---------------- \n" ); document.write( "Express DATA: \n" ); document.write( "distance = 50 miles ; rate = 2x mph ; time = 50/2x = 25/x hrs \n" ); document.write( "============= \n" ); document.write( "Local DATA: \n" ); document.write( "distance = 50 miles; rate = x mph ; time = 50/x hrs \n" ); document.write( "------------------ \n" ); document.write( "EQUATION: \n" ); document.write( "local time - express time = 1 hr \n" ); document.write( "50/x - 25/x = 1 \n" ); document.write( "50 - 25 = x \n" ); document.write( "x = 25 mph ( speed of the local train) \n" ); document.write( "2x = 50 mph ( speed of the express train) \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |