document.write( "Question 165320: Two trains started fromt he same station at the same time and traveled in opposite directions. After traveling 10 hours, they were 1,400 miles apart. The rate of the fast train exceeded the rate if the slow train by 5 miles per hour. Find the rate of each train.\r
\n" );
document.write( "\n" );
document.write( "Can you please help me solve this equation? Thank you. \n" );
document.write( "
Algebra.Com's Answer #121875 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Two trains started fromt he same station at the same time and traveled in opposite directions. After traveling 10 hours, they were 1,400 miles apart. The rate of the fast train exceeded the rate if the slow train by 5 miles per hour. Find the rate of each train. \n" ); document.write( ". \n" ); document.write( "Let x = speed of slow train \n" ); document.write( "then \n" ); document.write( "x+5 = speed of fast train \n" ); document.write( ". \n" ); document.write( "Using the \"distance formula\": \n" ); document.write( "d = rt \n" ); document.write( "where \n" ); document.write( "d is distance \n" ); document.write( "r is speed or rate \n" ); document.write( "t is time \n" ); document.write( ". \n" ); document.write( "10x + 10(x+5) = 1400 \n" ); document.write( "10x + 10x + 50 = 1400 \n" ); document.write( "20x + 50 = 1400 \n" ); document.write( "20x = 1350 \n" ); document.write( "x = 67.5 mph (slow train) \n" ); document.write( ". \n" ); document.write( "Fast train: \n" ); document.write( "x+5 = 67.5+5 = 72.5 mph \n" ); document.write( " |