document.write( "Question 146479: the bus headed north at noon at 50 mph. at 2pm, the train headed north from the same station at 70 mph. what time was it when the train got within 40 miles of the bus. \n" ); document.write( "
Algebra.Com's Answer #106982 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! D = R*T \n" ); document.write( "Bus's distance = 50t \n" ); document.write( "Train's distance = 70t \n" ); document.write( "The bus already traveled two hours or 100 miles. \n" ); document.write( "Current Bus's distance = 50t + 100 \n" ); document.write( "Current Train's distance = 70t \n" ); document.write( "Current Bus's distance - Current Train's distance = 40 \n" ); document.write( "50t + 100 - 70t = 40 \n" ); document.write( "100 - 20t = 40 \n" ); document.write( "60 = 20t \n" ); document.write( "3 = t \n" ); document.write( " |