document.write( "Question 431388: A boat moves 7 km upstream in the same amount of time it moves 20 km downstream.
\n" ); document.write( "if the rate of the current is 6 km per hour, find the rate of the boat in still water.
\n" ); document.write( "

Algebra.Com's Answer #299389 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
Let s = the rate in still water
\n" ); document.write( "Let c = the rate of the current = 6 km/hr
\n" ); document.write( "Let t = time
\n" ); document.write( "So the upstream rate = s - c
\n" ); document.write( "And the downstream rate = s + c
\n" ); document.write( "Since time = distance/rate, we can write
\n" ); document.write( "t = 7/(s-c)
\n" ); document.write( "t = 20/(s+c)
\n" ); document.write( "Equating the RHS, and subsituting the value for c gives:
\n" ); document.write( "7/(s-6) = 20/(s+6)
\n" ); document.write( "Cross multiply:
\n" ); document.write( "7s+42 = 20s-120
\n" ); document.write( "Solving for s gives:
\n" ); document.write( "13s = 162 -> s = 12.462 km/hr
\n" ); document.write( "
\n" );