document.write( "Question 802869: The distance between two stations A and B is 240km. Two trains leaved both stations at the same time and went towards each other: The A train, with 45km per hour and B train, with the speed of 35km per hour. And this is where it gets weird.. At the same time, from the station A, departed a little bird with the speed of 50km per hour, towards the B train. When the bird reached the B train, it flew back, towards the A train, reached the A train and flew back, towards the B train,etc, etc.
\n" );
document.write( "Question: How many kilometers the bird flew in total, until the trains finally met each other? \n" );
document.write( "
Algebra.Com's Answer #484043 by mananth(16946) You can put this solution on YOUR website! The distance between two stations A and B is 240km. Two trains leaved both stations at the same time and went towards each other: The A train, with 45km per hour and B train, with the speed of 35km per hour. And this is where it gets weird.. At the same time, from the station A, departed a little bird with the speed of 50km per hour, towards the B train. When the bird reached the B train, it flew back, towards the A train, reached the A train and flew back, towards the B train,etc, etc. \n" ); document.write( "Question: How many kilometers the bird flew in total, until the trains finally met each other?\r \n" ); document.write( "\n" ); document.write( "Looks weird but it is simple if you understand the logic\r \n" ); document.write( "\n" ); document.write( "The two trains move towards each other. They meet. \n" ); document.write( "time they meet = d/r\r \n" ); document.write( "\n" ); document.write( "r=35+45 =80 km/h \n" ); document.write( "distance =240 km\r \n" ); document.write( "\n" ); document.write( "time = 240/80 = 3 hours\r \n" ); document.write( "\n" ); document.write( "Time the trains take to meet is the time the bird is flying \n" ); document.write( "rate = 50 km/h\r \n" ); document.write( "\n" ); document.write( "d= rt \n" ); document.write( "=50*3=150 km\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |