document.write( "Question 488023: How do I solve the following:\r
\n" );
document.write( "\n" );
document.write( "A freight train leaves the train station 2 hours before a passenger train. The two trains are traveling in the same direction on parallel tracks. If the rate of the passenger train is 20 mph faster than the frieght train, how fast is each train traveling if the passenger train passes the freight train in 3 hours. \n" );
document.write( "
Algebra.Com's Answer #333238 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A freight train leaves the train station 2 hours before a passenger train. \n" ); document.write( "The two trains are traveling in the same direction on parallel tracks. \n" ); document.write( "If the rate of the passenger train is 20 mph faster than the frieght train, how fast is each train traveling if the passenger train passes the freight train in 3 hours. \n" ); document.write( "---- \n" ); document.write( "Freight train DATA: \n" ); document.write( "time = 3+2 hrs ; rate = r mph ; distance = r(5) miles \n" ); document.write( "----------------- \n" ); document.write( "Passenger train DATA: \n" ); document.write( "time = 3 hrs ; rate = r+20 mph ; distance = 3(r+20) miles \n" ); document.write( "--------------- \n" ); document.write( "Equation: \n" ); document.write( "distance = distance \n" ); document.write( "5r = 3r+60 \n" ); document.write( "2r = 60 \n" ); document.write( "r = 30 mph (freight train rate) \n" ); document.write( "r+20 = 50 mph (passenger train rate) \n" ); document.write( "-------------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |