document.write( "Question 1040971: Two trains depart towards from two stations which distance is 900 km
\n" );
document.write( " and meet in the middle of the distance. The departure of the first train is 1 hour
\n" );
document.write( " later than the departure of the second train but it’s speed is 5 km/hour greater.
\n" );
document.write( " Find the speed of each of trains.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #655949 by jorel555(1290) ![]() You can put this solution on YOUR website! The distance is 900km; they meet in the middle, having traveled 450km each. Let n be the speed of the first train. Then: \n" ); document.write( "(450/n)-1=450/(n+5) \n" ); document.write( "450(n+5)-(n²+5n)=450n \n" ); document.write( "450n+2250-n²-5n=450n \n" ); document.write( "n²+5n-2250=0 \n" ); document.write( "(n+50)(n-45)=0 \n" ); document.write( "n=45 \n" ); document.write( "The first train went 45 kph for 10 hours; the second train went 50 kph for 9 hours ☺☺☺☺ \n" ); document.write( " |