document.write( "Question 941244: a boat which moves 36mph in still water travels 28 miles downstream in the same amount of time that it takes to travel 20 miles up stream. find the speed of the curren \n" ); document.write( "
Algebra.Com's Answer #573750 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! a boat which moves 36mph in still water travels 28 miles downstream in the same amount of time that it takes to travel 20 miles up stream. find the speed of the current. \n" ); document.write( "*** \n" ); document.write( "let c=speed of current \n" ); document.write( "36+c=speed of boat downstream \n" ); document.write( "36-c=speed of boat upstream \n" ); document.write( "travel time=distance/speed(same for both directions) \n" ); document.write( " \n" ); document.write( "28(36-c)=20(36+c) \n" ); document.write( "1008-28c=720+20c \n" ); document.write( "48c=288 \n" ); document.write( "c=6 \n" ); document.write( "speed of the current=6 mph \n" ); document.write( " |