document.write( "Question 763161: A freight train and an express train leave towns 390 km apart, traveling toward one another. The freight train traveles 30 km per hr slower than the express train. They pass one another 3 hrs later. what are their speeds? \n" ); document.write( "
Algebra.Com's Answer #464566 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
A freight train and an express train leave towns 390 km apart, traveling toward one another. The freight train traveles 30 km per hr slower than the express train. They pass one another 3 hrs later. what are their speeds?
\n" ); document.write( "***
\n" ); document.write( "let x=speed of express train
\n" ); document.write( "x-30 speed of freight train
\n" ); document.write( "distance=speed*travel time
\n" ); document.write( "..
\n" ); document.write( "3x+3(x-30)=390
\n" ); document.write( "3x+3x-90=390
\n" ); document.write( "6x=480
\n" ); document.write( "x=80
\n" ); document.write( "x-30=50
\n" ); document.write( "speed of express train=80 km/hr
\n" ); document.write( "speed of freight train=50 km/hr
\n" ); document.write( "
\n" );