document.write( "Question 3173: A train leaves a station and travels west at 54mph. Four hours later, a second train leaves the same station and travels west at 90mph. When will the second train overtake the first? \n" ); document.write( "
Algebra.Com's Answer #1575 by longjonsilver(2297)![]() ![]() You can put this solution on YOUR website! Amberlemon's work is very wrong. Ignore it. Just by looking at the solution...after 8 hours, train 1 will have gone 54*8=432miles. In 4 hours, train2 will have gone 90*4=360miles.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Besides this, the structure of the basic equations are so wrong. Anyway, here is a correct solution:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Definitions:\r \n" ); document.write( "\n" ); document.write( "Let s = speed of train \n" ); document.write( "Let d = distance travelled \n" ); document.write( "Let t = time travelled by first train \n" ); document.write( "Let T = time travelled by second train.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Formula relating these is s = d/t or s=d/T\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now, for train1: 54 = d/t and train2: 90 = d/T... both have the same distance d, since we want to find the time when they meet, ie have travelled the same distance.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We can re-arrange these to give: \n" ); document.write( "54t = d and \n" ); document.write( "90T = d\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since both have d, we can equate the 2 equations and say that 54t = 90T.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "How about relating t and T?, well, we know that T = t-4, so put this into the second equation.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "54t = 90(t-4) \n" ); document.write( "54t = 90t - 360 \n" ); document.write( "36t = 360 \n" ); document.write( "so t=10 hours.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So train 2 will take over the first when train1 has been travelling for 10 hours. Or when train2 has been travelling for (10-4) --> 6hours.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Check: in 10 hours, train1 (10*54) --> travels 540 miles. \n" ); document.write( "in 6 hours, train2 travels ( 6*90) --> 540 miles.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "jon \n" ); document.write( " \n" ); document.write( " |