document.write( "Question 551651: Two trains are leaving a station. The Southbound train travels at 60 kilometers per hour, while the northbound train moves at 45 kilometers per hour. in how many hours will the trains be 300 kilometers apart if both will travel continuously? \n" ); document.write( "
Algebra.Com's Answer #359833 by mananth(16949) You can put this solution on YOUR website! North 45 km/h \n" ); document.write( "south 60 km/h\r \n" ); document.write( "\n" ); document.write( "opposite directions \n" ); document.write( "so add up speeds\r \n" ); document.write( "\n" ); document.write( "60+45 = 105 km/h\r \n" ); document.write( "\n" ); document.write( "distance = 300 km \n" ); document.write( "t=d/r \n" ); document.write( "t= 300/105 \n" ); document.write( "t= 2.85 hours \n" ); document.write( " |