document.write( "Question 475315: A freight train travels at 30 mph. If the freight train is 300 miles ahead of an express train traveling at 55 mph, how long will the express train take to overtake the freight train? \n" ); document.write( "
Algebra.Com's Answer #325939 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A freight train travels at 30 mph. If the freight train is 300 miles ahead of an express train traveling at 55 mph, how long will the express train take to overtake the freight train? \n" ); document.write( "** \n" ); document.write( "let x=miles freight train traveled \n" ); document.write( "x+300=miles express train traveled \n" ); document.write( "Travel time=distance/speed \n" ); document.write( "x/30=(x+300)/55 \n" ); document.write( "55x=30x+9000 \n" ); document.write( "25x=9000 \n" ); document.write( "x=360 miles \n" ); document.write( "Travel time=x/30=360/30=12 hrs \n" ); document.write( "ans: \n" ); document.write( "The express train will overtake the freight train in 12 hrs \n" ); document.write( " |