document.write( "Question 994849: A train leaves a station and travels north at a speed of 30 mph. Five hours later, a second train leaves on a parallel track and travels north at 105 mph. How far from the station will they meet? \n" ); document.write( "
Algebra.Com's Answer #613807 by josgarithmetic(39620)\"\" \"About 
You can put this solution on YOUR website!
A very common type of travel rates exercise problem. This will be a general solution for just that reason.\r
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "r      speed of early, slow train\r\n" );
document.write( "R      speed of fast, late train\r\n" );
document.write( "t      travel time for fast train, left later than slow train\r\n" );
document.write( "h      amount of time passed before fast train departed\r\n" );
document.write( "d      the catch-up distance\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "TRAIN         speed       time     distance\r\n" );
document.write( "Early Slow      r         t+h       d\r\n" );
document.write( "Late Fast       R         t         d\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Question is to solve for d.
\n" ); document.write( "The unknown variables are t and d, but you do not need to find a value for t. (Unless you WANT to).
\n" ); document.write( "Initial system of equations, \"system%28r%28t%2Bh%29=d%2CRt=d%29\"\r
\n" ); document.write( "\n" ); document.write( "\"t=d%2FR\"
\n" ); document.write( "-
\n" ); document.write( "\"rt%2Brh=d\"
\n" ); document.write( "\"r%28d%2FR%29%2Brh=d\"
\n" ); document.write( "\"r%28d%2FR%29-d=-rh\"
\n" ); document.write( "\"rd%2FR-d=-rh\"
\n" ); document.write( "\"d-rd%2FR=rh\"
\n" ); document.write( "\"d%281-r%2FR%29=rh\"
\n" ); document.write( "\"d=%28rh%29%2F%281-r%2FR%29\"
\n" ); document.write( "\"d=%28rh%29%2F%28R%2FR-r%2FR%29\"
\n" ); document.write( "\"d=%28rh%29%2F%28%28R-r%29%2FR%29\"
\n" ); document.write( "\"highlight%28highlight_green%28d=%28rhR%29%2F%28R-r%29%29%29\"---The answer in symbolic form.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Your question gives you the values to use:
\n" ); document.write( "Substitute these and evaluate d:
\n" ); document.write( "\"system%28r=30%2CR=105%2Ch=5%29\"\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );