document.write( "Question 144580: 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 #105355 by shahid(44)\"\" \"About 
You can put this solution on YOUR website!
let x mph be the speed of the boat in still water then
\n" ); document.write( "(x+3)mph will be the speed of boat downstream
\n" ); document.write( "(x-3)mph will be its speed in upstream
\n" ); document.write( "now time taken by baot upstream t1=60/(x-3) and time taken by boat in downnstream t2=60/(x+3)
\n" ); document.write( "t1+t2=9
\n" ); document.write( "60/(x-3)+60/(x+3)=9
\n" ); document.write( "60{1/(x-3)+1/(x+3)}=9
\n" ); document.write( "x+3+x-3/x^2-9=9/60 taking LCM and dividing by 60
\n" ); document.write( "2x/x^2-9=3/20
\n" ); document.write( "20(2x)=3(x^2-9)
\n" ); document.write( "40x=3x^2-18
\n" ); document.write( "3x^2-40x-18=0 solve this equation to get your answer
\n" ); document.write( "
\n" );