document.write( "Question 1027223: John walks from town A to town B. He first walks on flat land, and then uphill.
\n" ); document.write( "He then returns to town A along the same route. John’s walking speed on flat land
\n" ); document.write( "is 4 km/h. He walks uphill at a speed of 3 km/h and he walks downhill at a speed
\n" ); document.write( "of 6 km/h. If the entire journey took 6 hours, what is the distance from town A to
\n" ); document.write( "town B?
\n" ); document.write( "

Algebra.Com's Answer #642468 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
John walks from town A to town B.
\n" ); document.write( " He first walks on flat land, and then uphill.
\n" ); document.write( "He then returns to town A along the same route.
\n" ); document.write( " John’s walking speed on flat land is 4 km/h.
\n" ); document.write( " He walks uphill at a speed of 3 km/h and
\n" ); document.write( " he walks downhill at a speed of 6 km/h.
\n" ); document.write( " If the entire journey took 6 hours, what is the distance from town A to
\n" ); document.write( "town B?
\n" ); document.write( ":
\n" ); document.write( "let f = the distance of the flat
\n" ); document.write( "let h = the distance of the hill
\n" ); document.write( ":
\n" ); document.write( "Write a time equation of the round trip. (time = dist/speed
\n" ); document.write( "\"f%2F4\" + \"h%2F3\" + \"h%2F6\" + \"f%2F4\" = 6
\n" ); document.write( "Common denominator of the hill
\n" ); document.write( "\"f%2F4\" + \"%282h%29%2F6\" + \"h%2F6\" + \"f%2F4\" = 6
\n" ); document.write( "combine
\n" ); document.write( "\"%282f%29%2F4\" + \"%283h%29%2F6\" = 6
\n" ); document.write( "get rid of the denominators, multiply thru by 12
\n" ); document.write( "3(2f) + 2(3h) = 12(6)
\n" ); document.write( "6f + 6h = 72
\n" ); document.write( "simplify, divide thru by 6
\n" ); document.write( "f + h = 12 km is the distance from Town A to B
\n" ); document.write( "
\n" ); document.write( "
\n" );