document.write( "Question 394298: Please show me the solution of this problem: \"In 6 hours, two men can row 16 miles downstream on a river and back. Their rate upstream is twice the rate of the current. Find the rate of the current.\" \n" ); document.write( "
Algebra.Com's Answer #279831 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! In 6 hours, two men can row 16 miles downstream on a river and back. \n" ); document.write( " Their rate upstream is twice the rate of the current. \n" ); document.write( " Find the rate of the current.\" \n" ); document.write( ": \n" ); document.write( "let x = rate of the current \n" ); document.write( "then \n" ); document.write( "2x = the rate going upstream \n" ); document.write( "and \n" ); document.write( "3x = rate in still water; \n" ); document.write( "and \n" ); document.write( "4x = rate going downstream \n" ); document.write( ": \n" ); document.write( "write a time equation; time = dist/speed \n" ); document.write( ": \n" ); document.write( "Upstream time + downstream time = 6 hrs \n" ); document.write( " \n" ); document.write( "Multiply by 4x, results \n" ); document.write( "2(16) + 16 = 6(4x) \n" ); document.write( "32 + 16 = 24x \n" ); document.write( "48 = 24x \n" ); document.write( "x = \n" ); document.write( "x = 2 mph is the current \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |