document.write( "Question 152556: An express train and a a local train start out from the same point and travel in opposite directions. The express train travels twice as fast as the local train. If they are 480 miles apart, after 4 hours, what is the average speed of each train? \n" ); document.write( "
Algebra.Com's Answer #112186 by mducky2(62)![]() ![]() ![]() You can put this solution on YOUR website! One equation might be particularly useful: \n" ); document.write( "Speed * Time = Distance \n" ); document.write( " We can shorten these into variables we need: \n" ); document.write( "speed of the express train = se \n" ); document.write( "speed of local train = sl \n" ); document.write( " Using the information from the problem. Both trains traveled the same time. We also know the total distance: \n" ); document.write( "time = 4 hours \n" ); document.write( "total distance = 480 miles \n" ); document.write( " Now let's use the information we know. Since the express train travels twice as fast as the local train, we can set the speed of the express train in terms of the local train: \n" ); document.write( "se = 2l \n" ); document.write( " Let's plug it all back into the original equation: \n" ); document.write( "Speed * Time = Distance \n" ); document.write( "(se + sl) * 4 = 480 \n" ); document.write( "(se + sl) = 120 \n" ); document.write( " Since se = 2l \n" ); document.write( "2sl + sl = 120 \n" ); document.write( "3sl = 120 \n" ); document.write( "sl = 40 mph \n" ); document.write( " The average speed of the local train is 40 mph. \n" ); document.write( " Now we can solve for the speed of the express train. \n" ); document.write( "se = 2l \n" ); document.write( "se = 2(40) \n" ); document.write( "se = 80 mph \n" ); document.write( " The average speed of the express train is 80 mph.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |