document.write( "Question 1034622: A train travels 300km at a constant speed. If the speed had been 5km/h faster, the jounery would have taken 2 hours less. Find the speed of the train \n" ); document.write( "
Algebra.Com's Answer #649266 by josgarithmetic(39620)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "\"system%28d=300%2Ch=2%2Cs=5%2Cr=knownActualRate%2Ct=knownActualTime%29\"\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "                RATE           TIME         DISTANCE\r\n" );
document.write( "\r\n" );
document.write( "ACTUAL           r             t            d\r\n" );
document.write( "\r\n" );
document.write( "HYPOTH          r+s            t-h          d\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The basic travel rates rule is RT=D to relate rate, time, and distance.
\n" ); document.write( "Form the equations for the system and solve for the unknown variables.
\n" ); document.write( "
\n" );