document.write( "Question 921188: Two trains leave stations
\n" );
document.write( "448
\n" );
document.write( " miles apart at the same time and travel toward each other. One train travels at
\n" );
document.write( "70
\n" );
document.write( " miles per hour while the other travels at
\n" );
document.write( "90
\n" );
document.write( " miles per hour. How long will it take for the two trains to meet?
\n" );
document.write( "Do not do any rounding. \n" );
document.write( "
Algebra.Com's Answer #558849 by ewatrrr(24785) You can put this solution on YOUR website! 70t + 90t = 448 \n" ); document.write( "160t = 448 \n" ); document.write( "t = 448/160 = 2.8 hr \n" ); document.write( " |