document.write( "Question 188934: It takes a passenger train 2 hours less time than it take a freight train to make the 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 #141756 by jonvaliente(64)![]() ![]() You can put this solution on YOUR website! Let t=time it takes for the freight train to make the trip \n" ); document.write( " t-2=time it takes for the passenger train to make the same trip\r \n" ); document.write( "\n" ); document.write( "Since distance=speed*time, and the trains traveled the same distance, we get:\r \n" ); document.write( "\n" ); document.write( "96*(t-2)=64*t\r \n" ); document.write( "\n" ); document.write( "Simplifying...\r \n" ); document.write( "\n" ); document.write( "96t-192=64t\r \n" ); document.write( "\n" ); document.write( "Subtracting 64t from both sides, we get:\r \n" ); document.write( "\n" ); document.write( "32t-192=0\r \n" ); document.write( "\n" ); document.write( "Adding 192 to both sides, we get:\r \n" ); document.write( "\n" ); document.write( "32t=192\r \n" ); document.write( "\n" ); document.write( "Dividing both sides by 32 we get:\r \n" ); document.write( "\n" ); document.write( "t=6 (6 hours for the freight train to make the trip)\r \n" ); document.write( "\n" ); document.write( "To get the distance, (using the distance=speed*time formula)\r \n" ); document.write( "\n" ); document.write( "distance = 64 * 6 = 384 miles\r \n" ); document.write( "\n" ); document.write( "Central City to Clear Creek is 384 miles \n" ); document.write( " |