document.write( "Question 965093: In still water, Jacob's sailboat cruises at 16.5 km/h. On the river near their cottage, the boat travels faster downstream than upstream, because of the current. The boat takes 5 hours for a trip upstream but only 2 hours to do the same distance on the return downstream. Determine the speed of the current by jacobs cottage \n" ); document.write( "
Algebra.Com's Answer #589853 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! In still water, Jacob's sailboat cruises at 16.5 km/h. On the river near their cottage, the boat travels faster downstream than upstream, because of the current. The boat takes 5 hours for a trip upstream but only 2 hours to do the same distance on the return downstream. Determine the speed of the current by jacobs cottage. \n" ); document.write( "*** \n" ); document.write( "let c=speed of current \n" ); document.write( "16.5+c=speed of sailboat downstream \n" ); document.write( "16.5-c=speed of sailboat upstream \n" ); document.write( "travel time*speed=distance \n" ); document.write( ".. \n" ); document.write( "2(16.5+c)=5(16.5-c) \n" ); document.write( "33+2c=82.5-5c \n" ); document.write( "7c=49.5 \n" ); document.write( "c=7.07 km/h \n" ); document.write( " |