document.write( "Question 1050751: The distance between Toronto and Ottawa is 350 km. A train leaves each station and the train leaving Ottawa is 10 km/h faster then the train leaving toronto. They meet after 2.5 hours how fast is each train travelling? \n" ); document.write( "
Algebra.Com's Answer #666378 by advanced_Learner(501)\"\" \"About 
You can put this solution on YOUR website!
Toronto data\r
\n" ); document.write( "\n" ); document.write( "speed \"r\"
\n" ); document.write( "time \"2.5\"\r
\n" ); document.write( "\n" ); document.write( "distance speed \"2.5r\"\r
\n" ); document.write( "\n" ); document.write( "Ottawa
\n" ); document.write( "speed \"r%2B10\"
\n" ); document.write( "time \"2.5\"
\n" ); document.write( "distance \"r%2B10\"*\"2.5\"\r
\n" ); document.write( "\n" ); document.write( "we know total distance is \"350\"\r
\n" ); document.write( "\n" ); document.write( "\"2.5r\"+ \"r%2B10\"*\"2.5\"=\"350\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"r\"=\"65\" km/h for toronto
\n" ); document.write( "for ottawa \"r%2B10\" which is \"65%2B10\" equals \"75\"km/h\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );