document.write( "Question 893647: a boat can maintain a speed of 6 mph over still water. piloting the boat from a dock to a campsite some distance up river took 6 hours. after camping for the weekend, the return trip from the campsite to the dock took 4 hours. rounding to the nearest tenth, how fast is the river? \n" ); document.write( "
Algebra.Com's Answer #541481 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! a boat can maintain a speed of 6 mph over still water. piloting the boat from a dock to a campsite some distance up river took 6 hours. after camping for the weekend, the return trip from the campsite to the dock took 4 hours. rounding to the nearest tenth, how fast is the river? \n" ); document.write( "*** \n" ); document.write( "let c=speed of river current \n" ); document.write( "6+c=speed of boat downstream \n" ); document.write( "6-c=speed of boat upstream \n" ); document.write( "distance=travel time*speed \n" ); document.write( ".. \n" ); document.write( "6(6-c)=4(6+c) \n" ); document.write( "36-6c=24+4c \n" ); document.write( "10c=12 \n" ); document.write( "c=1.2 \n" ); document.write( "how fast is the river current? 1.2 mph \n" ); document.write( " |