document.write( "Question 201288: A fish swim 8 miles downstream in two hours. he return upstream in 14 hours. how fast does the fish swim in still water ? \n" ); document.write( "
Algebra.Com's Answer #151515 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A fish swim 8 miles downstream in two hours. he return upstream in 14 hours. how fast does the fish swim in still water ? \n" ); document.write( "-------------------------- \n" ); document.write( "c = speed of the current \n" ); document.write( "r = speed of the fish \n" ); document.write( "use d = rt \n" ); document.write( "8 = (r+c)*2 downstream \n" ); document.write( "8 = (r-c)*14 upstream \n" ); document.write( "-------------- \n" ); document.write( "2r + 2c = 8 --> 14r + 14c = 56 \n" ); document.write( "14r-14c = 8 \n" ); document.write( "14r+14c = 56 \n" ); document.write( "------------- Add the equations \n" ); document.write( "28r = 64 \n" ); document.write( "r = 16/7 mph \n" ); document.write( " \n" ); document.write( " |