document.write( "Question 60: Afreight train and an express train leave towns 390km apart, traveling toward one another. The freight train travels 30km per hr slower than the express train. They pass another 3 hr. later. What are their speeds! \n" ); document.write( "
Algebra.Com's Answer #27 by ichudov(507)![]() ![]() You can put this solution on YOUR website! This is a typical travel problem. It asks us for their speeds, so, we need to find them! Denote speed of the express train as E, and speed of the freight train as F. \r \n" ); document.write( "\n" ); document.write( "F=E-30 \n" ); document.write( "3*(F+E) = 390\r \n" ); document.write( "\n" ); document.write( "OR\r \n" ); document.write( "\n" ); document.write( "E-F=30 \n" ); document.write( "3E+3F = 390\r \n" ); document.write( "\n" ); document.write( "it is a simple linear system, for which I have a solver that shows work. \n" ); document.write( " |