document.write( "Question 469094: Perez paddles 55m per minute in still water. If he paddles 135m upstream in 3 minutes, what is the speed of the current? \n" ); document.write( "
Algebra.Com's Answer #321836 by ccs2011(207)![]() ![]() You can put this solution on YOUR website! Let d,r,t be distance, rate and time \n" ); document.write( "Let c be rate of current \n" ); document.write( "d = r*t \n" ); document.write( "d = 135 \n" ); document.write( "r = 55-c (since its upstream, current slows him down) \n" ); document.write( "t = 3 \n" ); document.write( "=> 135 = 3(55-c) \n" ); document.write( "Distribute \n" ); document.write( "135 = 165 - 3c \n" ); document.write( "Add 3c to both sides, Subtract 135 to both sides \n" ); document.write( "3c = 30 \n" ); document.write( "Divide by 3 on both sides \n" ); document.write( "c = 10 \n" ); document.write( "The speed of the current is 10 meters per min \n" ); document.write( " |