document.write( "Question 444914: in still water a boat travels 15 mph. It takes same amount of time to travel 20 miles downstream, with the current, as 10 miles upstream against the current.what is the rate of the waters current? \n" ); document.write( "
Algebra.Com's Answer #306609 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
Let c = the speed of the current
\n" ); document.write( "The 20 mile downstream travel time will be 20/(15+c)
\n" ); document.write( "The 10 mile upstream travel time will be 10/(15-c)
\n" ); document.write( "Since the times are equal we have
\n" ); document.write( "20/(15+c) = 10/(15-c)
\n" ); document.write( "Solve for c:
\n" ); document.write( "10(15+c) = 20(15-c)
\n" ); document.write( "15+c = 30-2c
\n" ); document.write( "3c = 15
\n" ); document.write( "c = 5
\n" ); document.write( "So the rate of the current is 5 mph
\n" ); document.write( "Check:
\n" ); document.write( "t = 20/(15+5) = 1 hr
\n" ); document.write( "t = 10/(15-5) = 1 hr
\n" ); document.write( "
\n" );