document.write( "Question 104205: A kayaker paddled 2 hours with a 6 mph current in a river. The return trip against the same current took 3 hours. Find the speed the kayaker would make in still water. \n" ); document.write( "
Algebra.Com's Answer #75816 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let s=(speed in still water)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "d=rt ... the distances are the same so 2(s+6)=3(s-6) \n" ); document.write( " |