document.write( "Question 360415: It took Lance and Ivan 6 hours to travel 33 miles downstream by canoe.The next day the travelled upstream for 8 hours for 20 miles.What was the rate of the current? What was their average speed in still water? \n" ); document.write( "
Algebra.Com's Answer #257206 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! It took Lance and Ivan 6 hours to travel 33 miles downstream by canoe. \n" ); document.write( "The next day the traveled upstream for 8 hours for 20 miles. \n" ); document.write( "What was the rate of the current? \n" ); document.write( " What was their average speed in still water? \n" ); document.write( ": \n" ); document.write( "Let s = their speed in still water \n" ); document.write( "Let c = rate of the current \n" ); document.write( "then \n" ); document.write( "(s+c) = effective speed downstream \n" ); document.write( "and \n" ); document.write( "(s-c) = effective speed upstream \n" ); document.write( ": \n" ); document.write( "Write two distance equations, dist = time * speed \n" ); document.write( ": \n" ); document.write( "6(s+c) = 33 \n" ); document.write( "8(s-c) = 20 \n" ); document.write( "which is \n" ); document.write( "6s + 6c = 33 \n" ); document.write( "8s - 8c = 20 \n" ); document.write( ": \n" ); document.write( "Use elimination here, multiply the 1st equation by 8, the 2nd equation by 6 \n" ); document.write( "48s + 48c = 264 \n" ); document.write( "48s - 48c = 120 \n" ); document.write( "-------------------addition eliminates c, find s \n" ); document.write( "96s = 384 \n" ); document.write( "s = \n" ); document.write( "s = 4 mph in still water \n" ); document.write( ": \n" ); document.write( "Find s: using: 6s + 6c = 33 \n" ); document.write( "6(4) + 6c = 33 \n" ); document.write( "6c = 33 - 24 \n" ); document.write( "6c = 9 \n" ); document.write( "c = \n" ); document.write( "c = 1.5 mph is the current \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check these solutions in the 2nd equation 8(s-c) = 20 \n" ); document.write( "8(4 - 1.5) = \n" ); document.write( "8 * 2.5 = 20; confirms our solutions \n" ); document.write( " |