document.write( "Question 873119: A train traveling at 40 mph leaves for a certain town. One hour later, a bus
\n" );
document.write( "traveling at 50 mph leaves for the same town and arrives at
\n" );
document.write( "the same time as the train. If both the train and the bus travel in a straight line, how far is the town from where they started? \n" );
document.write( "
Algebra.Com's Answer #526643 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let train take time t-----------40 mph \n" ); document.write( "bus takes (t-1)-----------------50 mph\r \n" ); document.write( "\n" ); document.write( "distance same\r \n" ); document.write( "\n" ); document.write( "40t=50(t-1)\r \n" ); document.write( "\n" ); document.write( "40t=50t-50 \n" ); document.write( "10t=50 \n" ); document.write( "t=5\r \n" ); document.write( "\n" ); document.write( "Distance = 5*40 = 200 miles\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |