document.write( "Question 65812This question is from textbook An Incremental Development
\n" );
document.write( ": A paddleboat can travel 60 miles upstream in the same time it takes to travel 140 miles downstream. If the current of the river is 10 miles per hour, what is the speed of the paddleboat in still water? \n" );
document.write( "
Algebra.Com's Answer #46532 by uma(370)![]() ![]() ![]() You can put this solution on YOUR website! Let the speed of the boat be x mph \n" ); document.write( "Speed of river = 10 mph \n" ); document.write( "Relative speed upstream = (x-10) mph \n" ); document.write( "Distance covered upstream = 60 \n" ); document.write( "So time taken = distance/speed \n" ); document.write( " = 60/(x-10) hrs\r \n" ); document.write( "\n" ); document.write( "Relative speed downstream = (x+10) mph \n" ); document.write( "Distance covered = 140 miles \n" ); document.write( "Time taken = 140/(x+10) hrs\r \n" ); document.write( "\n" ); document.write( "==> 140/(x+ 10) = 60/(x-10) \n" ); document.write( "==> 140(x-10) = 60(x+10) \n" ); document.write( "==> 140 x - 1400 = 60x +600 \n" ); document.write( "==> 140x - 60x = 600 + 1400 \n" ); document.write( "==> 80x = 2000 \n" ); document.write( "==> 80x/80 = 2000/80 \n" ); document.write( "==> x = 25\r \n" ); document.write( "\n" ); document.write( "So speed of the boat = 25 mph\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Good Luck!!! \n" ); document.write( " |