document.write( "Question 260372: Two trains leave the same station at the same time and travel in opposite directions. One train travels at 80 kilometers per hour and the other at 100 kilometers per hour. In how many hours will they be 900 kilometers apart? \n" ); document.write( "
Algebra.Com's Answer #191796 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! rt=d \n" ); document.write( "rt+rt=900 \n" ); document.write( "80t+100t=900 \n" ); document.write( "180t=900 \n" ); document.write( "18t=90 \n" ); document.write( "2t=10 \n" ); document.write( "t=5 \n" ); document.write( "5 hours \n" ); document.write( "80*5+100*5=900 \n" ); document.write( "ok \n" ); document.write( " \n" ); document.write( " |