document.write( "Question 443780: In still water, a boat averages 8 miles per hour. It takes the same amount of time to travel 30 miles downstream, with the current, as 18 miles upstream, against the current. What is the rate of the water's current? \n" ); document.write( "
Algebra.Com's Answer #306204 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! n still water, a boat averages 8 miles per hour. It takes the same amount of time to travel 30 miles downstream, with the current, as 18 miles upstream, against the current. What is the rate of the water's current. \n" ); document.write( ".. \n" ); document.write( "Let c=speed of current in mph \n" ); document.write( "c+8=speed of boat downstream in mph \n" ); document.write( "c-8=speed of boat upstream in mph \n" ); document.write( "Travel time= distance/speed \n" ); document.write( "30/8+c=18/8-c \n" ); document.write( "240-30c=144+18c \n" ); document.write( "48c=96 \n" ); document.write( "c=2 mph \n" ); document.write( "ans \n" ); document.write( "rate of water's current = 2 mph \n" ); document.write( " |