document.write( "Question 768528: A man can row a boat 4 miles per hour in still water. If he can row downstream three times as fast as he can row upstream, find the rate of the current. \n" ); document.write( "
| Algebra.Com's Answer #468374 by mananth(16946)     You can put this solution on YOUR website! A man can row a boat 4 miles per hour in still water. If he can row downstream three times as fast as he can row upstream, find the rate of the current.\r \n" ); document.write( "\n" ); document.write( "let speed of current = y\r \n" ); document.write( "\n" ); document.write( "Upstream speed = (4-y)\r \n" ); document.write( "\n" ); document.write( "Down stream speed = (4+y)\r \n" ); document.write( "\n" ); document.write( "(4+y) = 3(4-y)\r \n" ); document.write( "\n" ); document.write( "4+y = 12-3y\r \n" ); document.write( "\n" ); document.write( "4y=12-4\r \n" ); document.write( "\n" ); document.write( "4y=8 \n" ); document.write( "y=2\r \n" ); document.write( "\n" ); document.write( "speed of current = 2 mph \n" ); document.write( " |