document.write( "Question 328366: the speed of a passenger train is 6 mph faster than the sppeed of a freight train. the passenger train travels 300 miles in the same time it takes the freight train to travel 270 miles. find the speed of each train. \n" ); document.write( "
Algebra.Com's Answer #235200 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let freight train speed be x mph
\n" ); document.write( "passanger train will be x+6 mph
\n" ); document.write( "..
\n" ); document.write( "distance traveled by freight train =270 miles
\n" ); document.write( "passanger train travels 300 miles.
\n" ); document.write( "..
\n" ); document.write( "Time taken by freight train = 270/x
\n" ); document.write( "time taken by passenger train = 300/x+6
\n" ); document.write( "..
\n" ); document.write( "the times are same
\n" ); document.write( "270/x = 300(x+6)
\n" ); document.write( "270(x+6)=300x
\n" ); document.write( "270x+1620=300x
\n" ); document.write( "300x-270x=1620
\n" ); document.write( "30x= 1620
\n" ); document.write( "x=1620/30
\n" ); document.write( "x=54 mph speed of freight train
\n" ); document.write( "passanger train speed = x+6 = 54+6 = 60 mph
\n" ); document.write( "
\n" );