document.write( "Question 619136: Two trains are 212 miles apart, and their speeds differ by 20 mph. Find the speed of each train if they are traveling toward each other and will meet in 2 hours. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #389538 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Two trains are 212 miles apart, and their speeds differ by 20 mph. \n" ); document.write( " Find the speed of each train if they are traveling toward each other and will meet in 2 hours. \n" ); document.write( ": \n" ); document.write( "Let s = speed of the slower train \n" ); document.write( "Let (s+20) = speed of the faster \n" ); document.write( ": \n" ); document.write( "Write a distance equation Dist = speed * time \n" ); document.write( ": \n" ); document.write( "slow train dist + fast train dist = 212 miles \n" ); document.write( "2s + 2(s+20) = 212 \n" ); document.write( "2s + 2s + 40 = 212 \n" ); document.write( "4s = 212 - 40 \n" ); document.write( "s = 172/4 \n" ); document.write( "s = 43 mph \n" ); document.write( ": \n" ); document.write( "You can find the speed of the fast train. Check by finding the total distance \n" ); document.write( " |