document.write( "Question 48348: The Hudson River flows at a rate of 3 miles per hour. A patrol boat travels 60 miles upriver, and returns in a total time of 9 hours. What is the speed of the boat in still water? \n" ); document.write( "
Algebra.Com's Answer #31979 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! The Hudson River flows at a rate of 3 miles per hour. A patrol boat travels 60 miles upriver, and returns in a total time of 9 hours. What is the speed of the boat in still water? \n" ); document.write( "let the boat speed in still water =b \n" ); document.write( "speed of water be =3 \n" ); document.write( "speed up river =b-3..time to travel 60 miles=60/(b-3) \n" ); document.write( "speed down river =b+3..time to travel down river=60/(b+3) \n" ); document.write( "total time =60[{1/(b+3)}+{1/(b-3)}]=9 \n" ); document.write( "60*(b+3+b-3)=9(b+3)(b-3) \n" ); document.write( "40b=3(b^2-9)=3b^2-27 \n" ); document.write( "3b^2-40b-27=0 \n" ); document.write( "b=13.978 mph \n" ); document.write( " |