document.write( "Question 380183: Two trains leave the station at the same time, one heading west and the other east. The westbound train travels at 85 miles per hour. The eastbound train travels at 95 miles per hour. How long will it take for the two trains to be 252 miles apart? Do not do any rounding.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #269839 by mananth(16946)![]() ![]() You can put this solution on YOUR website! The two trains are moving away from each other. \n" ); document.write( "train 1 speed = 85 mph \n" ); document.write( "train 2 speed = 95 mph. \n" ); document.write( "... \n" ); document.write( "combined speed = 190 mph \n" ); document.write( ".. \n" ); document.write( "distance = 252 miles \n" ); document.write( "t=d/r \n" ); document.write( "t=252/190 \n" ); document.write( "t = 1.32 hours \n" ); document.write( "After 1.32 hours they will be 252 miles apart \n" ); document.write( ".. \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |