document.write( "Question 883601: A train is traveling at a constant rate. If it passes through a 360 meter long tunnel, it takes 16 seconds. If the train passes over a 1.2 kilometre bridge, it takes 40 seconds. How long is the train? \n" ); document.write( "
Algebra.Com's Answer #533632 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A train is traveling at a constant rate. If it passes through a 360 meter long tunnel, it takes 16 seconds. If the train passes over a 1.2 kilometre bridge, it takes 40 seconds. How long is the train? \n" ); document.write( "*** \n" ); document.write( "let x=length of train \n" ); document.write( "speed=distance/travel time (equal for both tunnel and bridge) \n" ); document.write( "distance=length of train plus length of tunnel or bridge \n" ); document.write( " \n" ); document.write( "40(360+x)=16(1200+x) \n" ); document.write( "14400+40x=19200+16x \n" ); document.write( "24x=4800 \n" ); document.write( "x=200 \n" ); document.write( "length of train=200 m \n" ); document.write( " |