document.write( "Question 270200: A boat can travel 48 miles upstream (against the current) in the same amount of time that it takes to travel 72 miles downstream (with the current). If the rate of the current is 4 miles per hour, what is the speed of the boat in still water? \n" ); document.write( "
Algebra.Com's Answer #197978 by palanisamy(496) ![]() You can put this solution on YOUR website! Let the speed of the boat in still water=x \n" ); document.write( "The speed of the current = 4 m/h \n" ); document.write( "Given, the boat can travel 48 miles upstream (against the current) in the same amount of time that it takes to travel 72 miles downstream (with the current). \n" ); document.write( "So, 48/(x-4) = 72/(x+4) \n" ); document.write( "48(x+4) = 72(x-4) \n" ); document.write( "2(x+4)=3(x-4) \n" ); document.write( "2x+8=3x-12 \n" ); document.write( "2x-3x=-12-8 \n" ); document.write( "-x=-20 \n" ); document.write( "x=20 \n" ); document.write( " |