document.write( "Question 1073138: Two train stations are 1250 km apart. At midnight, a passenger train and a freight train leave these stations and start towards each other. The passenger train travels 30km/h faster than the freight train, but the passenger train stops for one hour while the freight train travels non-stop. The two trains pass each other at 5:00. Find the rate of each train. \n" ); document.write( "
Algebra.Com's Answer #688068 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
Where or when the passenger train stops for an hour will not matter. The two trains are consuming the 1250 km distance between them.\r
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "TRAIN         SPEED         TIME        DISTANCE\r\n" );
document.write( "PASSENGER     r+30           4          (r+30)(4)\r\n" );
document.write( "FREIGHT        r             5           (r)(5)\r\n" );
document.write( "Total                                  1250\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "\"highlight_green%284%28r%2B30%29%2B5r=1250%29\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"4r%2B120%2B5r=1250\"\r
\n" ); document.write( "\n" ); document.write( "\"9r=1250-120\"\r
\n" ); document.write( "\n" ); document.write( "\"9r=1130\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"r=125.55\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Or to three signif. figures,
\n" ); document.write( "\"highlight%28r=126%29\"-----freight train speed
\n" ); document.write( "\"highlight%28r%2B30=156%29\"-----passenger train speed
\n" ); document.write( "
\n" );