document.write( "Question 749525: On Tuesday the express train made the trip in 12 hours. On Wednesday the freight train made the trip in 16 hours. Find the rate of each train if the freight train was 15 miles per hour slower than the express train. \n" ); document.write( "
Algebra.Com's Answer #456030 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
On Tuesday the express train made the trip in 12 hours. On Wednesday the freight train made the trip in 16 hours. Find the rate of each train if the freight train was 15 miles per hour slower than the express train.
\n" ); document.write( "***
\n" ); document.write( "let x=distance traveled
\n" ); document.write( "rate=distance/travel time
\n" ); document.write( "x/12=rate of express train
\n" ); document.write( "x/16=rate of freight train
\n" ); document.write( "..
\n" ); document.write( "x/12-x/16=15
\n" ); document.write( "LCD=12*16=192
\n" ); document.write( "16x-12x=2880
\n" ); document.write( "4x=2880
\n" ); document.write( "x=720
\n" ); document.write( "x/12=60
\n" ); document.write( "x/16=45
\n" ); document.write( "rate of express train=60 mph
\n" ); document.write( "rate of freight train=45 mph
\n" ); document.write( "..
\n" ); document.write( "
\n" );