document.write( "Question 250779: Two trains, 45 km away from each other, running on parallel railroad tracks, approach each other traveling at constant speed of 12 m/s and 18 m/s respectively. How long will it take before the trains meet? \n" ); document.write( "
Algebra.Com's Answer #184633 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! This your classic RTD problem. Let's set up the rtd table. First notice that the units of length are not the same 45 km = 45,000 m\r \n" ); document.write( "\n" ); document.write( "label . . . rate . . . time . . . distance \n" ); document.write( "T1 . . . . 12 . . . . t . . . . . 12t \n" ); document.write( "T2 . . . . 18 . . . . t . . . . . 18t \n" ); document.write( "total . . . . . . . . 2t . . . . .45000\r \n" ); document.write( "\n" ); document.write( "Now 30t = 45,000 - - > t = 15,000 sec = 250 minutes or 4hr 10 min. \n" ); document.write( " |