document.write( "Question 19995: It takes a passenger train 2 hours less time than it takes a freight train to make a trip from Central City to Clear Creek. The passenger train averages 96 km/h while the freight train averages 64 km/h. How far is it from Central City to Clear Creek? \n" ); document.write( "
Algebra.Com's Answer #9643 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! Let t be the distance \n" ); document.write( "96(t-2)=64t \n" ); document.write( "96t-192=64t \n" ); document.write( "-32t=-192 \n" ); document.write( " \n" ); document.write( "t=6 \n" ); document.write( "Therefore the distance is 6km or 6miles \n" ); document.write( " |