document.write( "Question 671360: a boat can travel on a river 4 miles upstream in the same time it takes to travel 7 miles downstream. find the speed of the current if the speed of the boat in still water is 11 miles per hour \n" ); document.write( "
Algebra.Com's Answer #417372 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a boat can travel on a river 4 miles upstream in the same time it takes to travel 7 miles downstream. find the speed of the current if the speed of the boat in still water is 11 miles per hour \n" ); document.write( "------ \n" ); document.write( "Upstream DATA: \n" ); document.write( "distance = 4 miles ; rate = 11-c ; time = 4/(11-c) \n" ); document.write( "----------------- \n" ); document.write( "Downstream DATA: \n" ); document.write( "distance = 7 miles ; rate = 11+c ; time = 7/(11+c) \n" ); document.write( "------- \n" ); document.write( "Equation: \n" ); document.write( "time = time \n" ); document.write( "4/(11-c) = 7/(11+c) \n" ); document.write( "4(11+c) = 7(11-c) \n" ); document.write( "44 + 4c = 77-7c \n" ); document.write( "11c = 33 \n" ); document.write( "c = 3 mph (speed of the current) \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------------- \n" ); document.write( " |