document.write( "Question 992875: in going a certain distance, a train travelling at the rate of 40 km/h takes 2 hours less than a train travelling at 30 km/h. Find the distance. \r
\n" );
document.write( "\n" );
document.write( "Please explain how you logically thought this question through. I am having trouble setting the question up. \r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #612339 by rothauserc(4718) You can put this solution on YOUR website! we use rate * time = distance, both trains travel the same distance so we can set their rate * time formulas equal to each other. \n" ); document.write( "******************************************************************************* \n" ); document.write( "let t be the time it takes the 30 km/h train to travel the distance, then \n" ); document.write( "40 * (t-2) = 30 * t \n" ); document.write( "40t - 80 = 30t \n" ); document.write( "10t = 80 \n" ); document.write( "t = 8 \n" ); document.write( "******************************************************************************* \n" ); document.write( "distance traveled by both trains is 8*30 = 240 km\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |