document.write( "Question 1207010: A train leaves Orlando at 4:00 PM. A second train leaves the same city in the same direction at 8:00 PM. The second train travels 112mph
\n" );
document.write( " faster than the first. If the second train overtakes the first at 10:00 PM, what is the speed of each of the two trains? \n" );
document.write( "
Algebra.Com's Answer #844802 by mccravyedwin(406)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "10 PM is 6 hours after 4 PM and 2 hours after 8 PM\r\n" ); document.write( "1st train's speed is r mph\r\n" ); document.write( "2nd train's speed is r+112 mph\r\n" ); document.write( "\r\n" ); document.write( "Make a chart:\r\n" ); document.write( "\r\n" ); document.write( " |rate |time |distance|\r\n" ); document.write( "1st train at 10 PM | r | 6 | 6r |\r\n" ); document.write( "2nd train at 10 PM |r+112| 2 |2(r+112)|\r\n" ); document.write( "\r\n" ); document.write( "Set the distances equal.\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |