document.write( "Question 622968: Shelly can row 5mp in still water. It takes her as long to row 7miles upstream as it does 23 miles downstream. How fast is the current? \n" ); document.write( "
Algebra.Com's Answer #391771 by Alan3354(69443) You can put this solution on YOUR website! Shelly can row 5mp in still water. It takes her as long to row 7miles upstream as it does 23 miles downstream. How fast is the current? \n" ); document.write( "--------- \n" ); document.write( "c = speed \n" ); document.write( "t = 7/(5-c) = 23/(5+c) \n" ); document.write( "7(5+c) = 23(5-c) \n" ); document.write( "35 + 7c = 115 -23c \n" ); document.write( "30c = 80 \n" ); document.write( "c = 8/3 mi/hr \n" ); document.write( " \n" ); document.write( " |