document.write( "Question 1169435: An express train is 50 kph faster than the freight train. If it takes 2 hour less for the express train to travel 600 km as compare to the freight train, how fast is the express train? \n" ); document.write( "
Algebra.Com's Answer #794202 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
distance=v*t
\n" ); document.write( "v=freight and it takes t hours so the speed is 600/t
\n" ); document.write( "for the express it takes 600/(t-2) hours
\n" ); document.write( "600/(t-2)-50=600/t
\n" ); document.write( "multiply by t(t-2)
\n" ); document.write( "600t-50t^2+100t=600t-1200
\n" ); document.write( "0=50t^2-100t-1200
\n" ); document.write( "0=t^2-2t-24=(t-6)(t+4)
\n" ); document.write( "only positive root is t=6 hours
\n" ); document.write( "so the the velocity for the express train is 100 kph and the express is 150 kph and takes 4 hours, 2 hours fewer, to go the same distance.
\n" ); document.write( "
\n" );