document.write( "Question 692411: Two trains leave stations A miles apart at the same time and travel toward each other. One train travels at B miles per hour while the other travels at C miles per hour. How long will it take for the two trains to meet? \n" ); document.write( "
Algebra.Com's Answer #427003 by Edwin McCravy(20067)\"\" \"About 
You can put this solution on YOUR website!
Two trains leave stations A miles apart at the same time and travel toward each other. One train travels at B miles per hour while the other travels at C miles per hour. How long will it take for the two trains to meet?
\n" ); document.write( "
\r\n" );
document.write( "Their approach rate is B+C miles per hour\r\n" );
document.write( "\r\n" );
document.write( "TIME = \"DISTANCE%2FRATE\" = \"A%2F%28B%2BC%29\" hours\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );