document.write( "Question 856789: a boat averages 20 mph in still water. It takes the boat the same amount of time to travel 3 miles with the currents as it does to travel 2 miles against the current. What is the currents rate? \n" ); document.write( "
Algebra.Com's Answer #516136 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
a boat averages 20 mph in still water. It takes the boat the same amount of time to travel 3 miles with the currents as it does to travel 2 miles against the current. What is the currents rate?
\n" ); document.write( "***
\n" ); document.write( "let c=rate of current
\n" ); document.write( "20+c=rate of boat with current
\n" ); document.write( "20-c=rate of boat against current
\n" ); document.write( "travel time=distance/rate (equal in both directions)
\n" ); document.write( "..
\n" ); document.write( "3/(20+c)=2/(20-c)
\n" ); document.write( "60-3c=40+2c
\n" ); document.write( "5c=20
\n" ); document.write( "c=4
\n" ); document.write( "rate of current=4 mph
\n" ); document.write( "
\n" );