document.write( "Question 1007208: A man rows a boat 910 feet upstream against a constant current in 14 minutes. He then rows 525 feet downstream (with the same current) in 7 minutes. Find the speed of the current and the equivalent rate at which he can row in still water. \n" ); document.write( "
Algebra.Com's Answer #623186 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Call the still water's rate, r.
\n" ); document.write( "Call the current's rate, c.
\n" ); document.write( "In general, speed is found by dividing distance by time...
\n" ); document.write( "So we have two cases...
\n" ); document.write( "r - c = 910/14 = 65
\n" ); document.write( "r + c = 525/7 = 75
\n" ); document.write( "Now add the equations and get
\n" ); document.write( "2r = 140
\n" ); document.write( "r = 70 feet per minute in still water
\n" ); document.write( "which means the current must be
\n" ); document.write( "c = 5 feet per minute
\n" ); document.write( "
\n" );