document.write( "Question 196292: Two trains leave the station at the same time going in opposite directions. One train is going 72 km/hr and the other is going 68 km/hr. After how long will
\n" );
document.write( "the trains be 560 km apart? \n" );
document.write( "
Algebra.Com's Answer #147257 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Two trains leave the station at the same time going in opposite directions. One train is going 72 km/hr and the other is going 68 km/hr. After how long will \n" ); document.write( "the trains be 560 km apart? \n" ); document.write( ". \n" ); document.write( "Apply the distance formula: d = rt \n" ); document.write( ". \n" ); document.write( "Let x = time traveled in hours \n" ); document.write( "then \n" ); document.write( "72x + 68x = 560 \n" ); document.write( "140x = 560 \n" ); document.write( "x = 4 hours \n" ); document.write( " |