document.write( "Question 1177332: A kayak can travel 24 miles downstream in 2 hours, while it would take 12 hours to make the same trip upstream. Find the speed of the kayak in still water, as well as the speed of the current. Let k represent the speed of the kayak in still water, and let c represent the speed of the current. \n" ); document.write( "
| Algebra.Com's Answer #806176 by mananth(16946)     You can put this solution on YOUR website! \n" ); document.write( "A kayak can travel 24 miles downstream in 2 hours, while it would take 12 hours to make the same trip upstream. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " Let k represent the speed of the kayak in still water, \n" ); document.write( " and let c represent the speed of the current.\r \n" ); document.write( "\n" ); document.write( "speed downstream = k+c \n" ); document.write( "distance = 24 miles \n" ); document.write( "time =2 hours\r \n" ); document.write( "\n" ); document.write( "24/(k+c) =2 \n" ); document.write( "2k+2c =24 \n" ); document.write( "divide by 2 \n" ); document.write( "k+c =12 -----------(1)\r \n" ); document.write( "\n" ); document.write( "Upstream\r \n" ); document.write( "\n" ); document.write( "24/(k-c) = 12\r \n" ); document.write( "\n" ); document.write( "12k-12c=24 \n" ); document.write( "/12 \n" ); document.write( "k-c=2-----------2\r \n" ); document.write( "\n" ); document.write( "solve equation 1 &2 \r \n" ); document.write( "\n" ); document.write( "add them \n" ); document.write( "2k= 14 \n" ); document.write( "k =7 speed of kayak = 7mph \n" ); document.write( "speed of current = 5 by plugging in equation 2\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |