document.write( "Question 1163985: There are two cities, A, and B. A fast train can go from A to B in 8 hours. A slow train can go from B to A in 12 hours. They start from the two cities toward each other at the same time. when they met, the fast train went 192 km more than the slow train. How far is it from A and B? \n" ); document.write( "
Algebra.Com's Answer #788257 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
There are two cities, A, and B. A fast train can go from A to B in 8 hours.
\n" ); document.write( " A slow train can go from B to A in 12 hours.
\n" ); document.write( " They start from the two cities toward each other at the same time.
\n" ); document.write( " when they met, the fast train went 192 km more than the slow train.
\n" ); document.write( " How far is it from A and B?
\n" ); document.write( ":
\n" ); document.write( "let x = the distance traveled by the slow train to the meeting point
\n" ); document.write( "then
\n" ); document.write( "(x+192) = the distance traveled by the fast train to the meeting point
\n" ); document.write( "and
\n" ); document.write( "(2x+192) = the distance from A to B
\n" ); document.write( ":
\n" ); document.write( "An inverse relationship between the distance and the travel times from A to B
\n" ); document.write( "\"%28x%2B192%29%2Fx%29\" = \"12%2F8\"
\n" ); document.write( "12x = 8(x+192)
\n" ); document.write( "12x = 8x + 1536
\n" ); document.write( "12x - 8x = 1536
\n" ); document.write( "4x = 1536
\n" ); document.write( "x = 1536/4
\n" ); document.write( "x = 1536/4
\n" ); document.write( "x = 384 km from B to the meeting point
\n" ); document.write( "then
\n" ); document.write( "192+384 = 576 km from A to the meeting point
\n" ); document.write( "and
\n" ); document.write( "384 + 576 = 960 km from A to B
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Check; find the actual speed of each
\n" ); document.write( "960/8 = 120 km/hr, the fast train
\n" ); document.write( "960/12 = 80 km/hr, the slow
\n" ); document.write( ":
\n" ); document.write( "Find the times to the meeting point, should be equal
\n" ); document.write( "576/120 = 4.8 hrs
\n" ); document.write( "384/80 = 4.8 hrs
\n" ); document.write( "
\n" );