document.write( "Question 704267: A train passes through a 750 m long tunnel at 50km/h. The back of the train exits the tunnel 1.5 min after the front of the train enters it. What is the length of the train, in meters?\r
\n" );
document.write( "\n" );
document.write( "Thank you in advance! \n" );
document.write( "
Algebra.Com's Answer #434021 by mananth(16946)![]() ![]() You can put this solution on YOUR website! length of train x m \n" ); document.write( "length of tunnel = 750m\r \n" ); document.write( "\n" ); document.write( "total distance traveled to exit from tunnel = (x+750)\r \n" ); document.write( "\n" ); document.write( "speed = 50 km/h\r \n" ); document.write( "\n" ); document.write( "time taken = 1.5 m\r \n" ); document.write( "\n" ); document.write( "50 km/h = 833.333333 meters / minute\r \n" ); document.write( "\n" ); document.write( "speed = distance / time\r \n" ); document.write( "\n" ); document.write( "833.33 = (x+750)/1.5\r \n" ); document.write( "\n" ); document.write( "833.33*1.5 = x+750\r \n" ); document.write( "\n" ); document.write( "(833.33*1.5)-750 = x\r \n" ); document.write( "\n" ); document.write( "499.99\r \n" ); document.write( "\n" ); document.write( "= 500 m \n" ); document.write( " |