document.write( "Question 1163674: If Albert rides a bike from City A to City B, and he takes 6 hours for the entire trip. If Bob rides a bike from City B to City A, and he takes 4 hours for the trip assuming they are on the same road. If Albert leaves City A and Bob leaves City B at the same time toward to each other, when they meet, the place is 2 km away from the halfway. After they arrives their own destination, they turn around, and continue to ride. When they meet the second time, how far is the place is away from the place they meet the first time? \n" ); document.write( "
Algebra.Com's Answer #787880 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Albert rides a bike from City A to City B, and he takes 6 hours for the entire trip.
\n" ); document.write( " If Bob rides a bike from City B to City A, and he takes 4 hours for the trip assuming they are on the same road.
\n" ); document.write( "If Albert leaves City A and Bob leaves City B at the same time toward to each other, when they meet, the place is 2 km away from the halfway.
\n" ); document.write( ":
\n" ); document.write( "A->-------*----2----|----------------<-B\r
\n" ); document.write( "\n" ); document.write( "Use this to find the distance from A to B
\n" ); document.write( "let x = halfway, the the dist from A to B = 2x
\n" ); document.write( "then
\n" ); document.write( "a's speed = 2x/6 = x/3 km/hr and b's speed = 2x/4 = x/2 km/hr
\n" ); document.write( "a travels x-2 km while b travels x+2; time = dist/speed
\n" ); document.write( "\"%28x-2%29%2F%28x%2F3%29\" = \"%28x%2B2%29%2F%28x%2F2%29\"
\n" ); document.write( "\"3%2Fx\"(x-2) = \"2%2Fx\"(x+2)
\n" ); document.write( "therefore
\n" ); document.write( "3(x-2) = 2(x+2)
\n" ); document.write( "3x - 6 = 2x + 4
\n" ); document.write( "3x - 2x = 4 + 6
\n" ); document.write( "x = 10, the distance from A to B = 20 km
\n" ); document.write( "a's speed: 20/6 = 3.33 km/hr; b's speed: 20/4 = 5 km/hr
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( " After they arrives their own destination, they turn around, and continue to ride.
\n" ); document.write( " When they meet the second time, how far is the place is away from the place they meet the first time
\n" ); document.write( ":
\n" ); document.write( "When a reaches city B, b will have turned around and rode 2 hrs toward a which is 2*5 = 10 km or half way
\n" ); document.write( "(their 10 km apart when a starts back towards A)
\n" ); document.write( "let t = time for them to meet at this point in time
\n" ); document.write( "3.33t + 5t = 10
\n" ); document.write( "8.33t = 10
\n" ); document.write( "t = \"10%2F8.33\"
\n" ); document.write( "t = 1.2 hrs
\n" ); document.write( "therefore b will be 1.2(5) = 6 km passed the halfway point
\n" ); document.write( "the other point at which they met is 2 km on the other side of the halfway point
\n" ); document.write( "therefore
\n" ); document.write( "2 + 6 = 8 km between the two meeting points
\n" ); document.write( "
\n" );