document.write( "Question 1199: a bullet train which is 40km/hr faster than the existing train will replace the existing train on an 850km journey. If the bullet train does the journey 3hours faster than the existing train, what are their speeds? \n" ); document.write( "
Algebra.Com's Answer #376 by khwang(438)![]() ![]() ![]() You can put this solution on YOUR website! Let V km/hr be the speed of the bullet train and so the speed of the \n" ); document.write( " existing train is V - 40.\r \n" ); document.write( "\n" ); document.write( " The time for the the bullet train to finish the whole journey is \n" ); document.write( " 850/V, while it takes 850/(V-40) hr for the existing train for the \n" ); document.write( " journey. Since we know the time difference is 3 hrs, we have\r \n" ); document.write( "\n" ); document.write( " 3 + 850/V = 850/(V-40),\r \n" ); document.write( "\n" ); document.write( " Cancel the denominator by multiply V(V-40): \n" ); document.write( " 3V(V-40) + 850(V-40) = 850 V, \n" ); document.write( " Simplify: 3 V^2 - 120 V - 34000 = 0, \n" ); document.write( " \n" ); document.write( " By quadratic formula,we get V = 20+ 200/3 SQRT(94) = 84.64 mile/hr \n" ); document.write( " (the speed of the bullet train) \n" ); document.write( " or 20 - 200/3 SQRT(94) [negative,invalid] \n" ); document.write( " and so the speed of of the existing train is 44.64 miles/hr\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |