document.write( "Question 684391: 1) Two trains X and Y enter at the same time a tunnel 1 Km. long at the opposite ends. They meet in 45 seconds, after X has travelled 200 meters more than Y. They cross each other in 4.5 seconds and 30 seconds later X is completely out of the tunnel. find the length and speed of each of the trains.\r
\n" );
document.write( "\n" );
document.write( "2) A train after travelling 50 Km. Meets with an accident and then proceeds at ¾ th of its former speed and arrives at its destination 35 minutes late. Had the accident happened 24 Km. Further on, it would have reached the destination only 23 minutes late. Find the speed of the train and the distance. \n" );
document.write( "
Algebra.Com's Answer #424105 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! 1) Two trains X and Y enter at the same time a tunnel 1 Km long at the opposite ends. \n" ); document.write( " They meet in 45 seconds, after X has traveled 200 meters more than Y. \n" ); document.write( ": \n" ); document.write( "Find the distance each train has traveled when they meet \n" ); document.write( "let a = distance traveled by x when they meet \n" ); document.write( "then \n" ); document.write( "(a-200) = distance traveled by y when they meet \n" ); document.write( "therefore \n" ); document.write( "a + (a-200) = 1000 meters \n" ); document.write( "2a = 1000 + 200 \n" ); document.write( "2a = 1200 \n" ); document.write( "a = 600 meters traveled by x, and 400 meters traveled by y \n" ); document.write( "then \n" ); document.write( "600/45 = 13.33 m/sec is the speed of x \n" ); document.write( "and \n" ); document.write( "400/45 = 8.89 m/sec is the speed of y \n" ); document.write( ": \n" ); document.write( "They cross each other in 4.5 seconds \n" ); document.write( "Find the total Length of the two trains \n" ); document.write( "L = 4.5(13.33+8.89) \n" ); document.write( "L = 100 meters \n" ); document.write( ": \n" ); document.write( " and 30 seconds later X is completely out of the tunnel. \n" ); document.write( "total time for x to enter and clear the tunnel \n" ); document.write( "45 + 4.5 + 30 = 79.5 seconds \n" ); document.write( "Find how far the train X travels in 79.5 sec at 13.33 m/sec \n" ); document.write( "79.5*13.333 = 1060 meters \n" ); document.write( "the tunnel is 1000 meters, therefore the train is 60 meters long \n" ); document.write( ": \n" ); document.write( "Find the length of y \n" ); document.write( "100 - 60 = 40 meters is the length of train y \n" ); document.write( ": \n" ); document.write( "find the length and speed of each of the trains. \n" ); document.write( "X is 60 meters long \n" ); document.write( "Y = 40 meters long \n" ); document.write( "and \n" ); document.write( "X = \n" ); document.write( "Y = \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "2) A train after traveling 50 Km. Meets with an accident and then proceeds at ¾ th of its former speed and arrives at its destination 35 minutes late. \n" ); document.write( "let s = train's normal speed \n" ); document.write( "then \n" ); document.write( ".75s = train's speed after the the accident \n" ); document.write( "Let d = distance of the whole trip \n" ); document.write( "then \n" ); document.write( "(d-50) = distance at a speed of .75s \n" ); document.write( "Write a time equation \n" ); document.write( " \n" ); document.write( "multiply by 60s so get rid of the denominators, resulting in: \n" ); document.write( "80(d-50) - 60(d-50) = 35s \n" ); document.write( "80d - 4000 - 60d + 3000 = 35s \n" ); document.write( "20d - 35s - 1000 = 0 \n" ); document.write( "20d - 35s = 1000 \n" ); document.write( "then we are dealing with a distance of (d-74) \n" ); document.write( " Had the accident happened 24 Km. Further on, it would have reached the destination only 23 minutes late. \n" ); document.write( " \n" ); document.write( "multiply by 60s so get rid of the denominators, resulting in: \n" ); document.write( "80(d-74) - 60(d-74) = 23s \n" ); document.write( "80d - 5920 - 60d + 4440 = 23s \n" ); document.write( "20d - 23s - 1480 = 0 \n" ); document.write( "20d - 23s = 1480 \n" ); document.write( ": \n" ); document.write( "Use elimination here \n" ); document.write( "20d - 23s = 1480 \n" ); document.write( "20d - 35s = 1000 \n" ); document.write( "------------------subtraction eliminates d, find s \n" ); document.write( "12s = 480 \n" ); document.write( "s = 480/12 \n" ); document.write( "s = 40 km/hr is the normal speed (30 km/hr is the slower speed) \n" ); document.write( ": \n" ); document.write( "Find the speed of the train and the distance. \n" ); document.write( "20d - 23(40) = 1480 \n" ); document.write( "20d - 920 = 1480 \n" ); document.write( "20d = 1480 + 920 \n" ); document.write( "20d = 2400 \n" ); document.write( "d = 2400/20 \n" ); document.write( "d = 120 km \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check that in the other equation \n" ); document.write( "20(120) - 35(40) = \n" ); document.write( "2400 - 1400 = 1000; confirms our solution of: \n" ); document.write( "speed: 40 km/hr, normal speed \n" ); document.write( "dist: 120 km \n" ); document.write( " |