document.write( "Question 407634: It takes a freight train 3 hours more to travel 200 miles than it takes an express train to travel 120 miles. The rate of the express is 20 miles per hour faster than the rate of the freight train. How do I find the rates of both trains. \n" ); document.write( "
Algebra.Com's Answer #287316 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
\"The rate of the express is 20 miles per hour faster than the rate of the freight train\"
\n" ); document.write( "___ e = f + 20\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "t = d / r ___ the freight train time is 3 hr longer\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(200 / f) - 3 = 120 / e\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "substituting ___ (200 / f) - 3 = [120 / (f + 20)]\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "multiplying by [f(f+20)] ___ 200(f+20) - 3[f(f+20)] = 120(f)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "200f + 4000 - 3f^2 - 60f = 120f ___ 0 = 3f^2 - 20f - 4000\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "factoring ___ 0 = (3f + 100)(f - 40)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "3f + 100 = 0 ___ f = -100/3 ___ negative value not realistic\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "f - 40 = 0 ___ f = 40 ___ substitute back to find e
\n" ); document.write( "
\n" );