document.write( "Question 640960: 2 towns are 780km apart. 2 super fast trains leave from both the towns at 3pm towards each other at speed of 120km/h and 140km/h. At what time will they pass each other? \n" ); document.write( "
Algebra.Com's Answer #403494 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
2 towns are 780km apart. 2 super fast trains leave from both the towns at 3pm towards each other at speed of 120km/h and 140km/h. At what time will they pass each other?
\n" ); document.write( "*
\n" ); document.write( "let x=distance slower train traveled
\n" ); document.write( "780-x=distance faster train traveled
\n" ); document.write( "travel time=distance/speed (same for both trains
\n" ); document.write( "..
\n" ); document.write( "x/120=(780-x)/140
\n" ); document.write( "140x=120(780-x)
\n" ); document.write( "140x=93600-120x
\n" ); document.write( "260x=93600
\n" ); document.write( "x=93600/260=360
\n" ); document.write( "780-x=420
\n" ); document.write( "travel time=360/120=420/140=3 hrs
\n" ); document.write( "trains will pass each other at 6 pm
\n" ); document.write( "
\n" );