document.write( "Question 481745: 2 trains leave the station at the same time, one heading east and the other west. The eastbound train travels 10 mph faster. 3 hours later the trains are 510 miles apart. What it the rate of the eastbound train?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #329842 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Distance = 510 miles \n" ); document.write( "west bound train speed =x \n" ); document.write( "east bound train = x+10\r \n" ); document.write( "\n" ); document.write( "they are moving away. \n" ); document.write( "so combined speed = x+x+10=2x+10 \n" ); document.write( "Time = 3hours\r \n" ); document.write( "\n" ); document.write( "Distance = speed * time \n" ); document.write( "510=(2x+10)*3 \n" ); document.write( "510/3 = 2x+10 \n" ); document.write( "170=2x+10 \n" ); document.write( "170-10=2x \n" ); document.write( "160=2x \n" ); document.write( "x= 80 mph\r \n" ); document.write( "\n" ); document.write( "East bound train speed = 80+10 = 90 mph \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |