document.write( "Question 881836: 2 trains starts at the same times but in opposite directions. their speed are 80 km/hr and 90 km/hr. after how long will they be 850 km apart?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #532528 by ewatrrr(24785) You can put this solution on YOUR website! D = rt \n" ); document.write( "80t + 90t = 850km \n" ); document.write( "170t = 850km \n" ); document.write( " t = 850km/(170kmph) = 5 hr \n" ); document.write( " |