document.write( "Question 140681: Debbie traveled by boat 5 miles upstream to fish in her favorite spot. Because of the 6-mph current, it took her 20 minutes longer to get there than to return. How fast will her boat go in still water? \n" ); document.write( "
Algebra.Com's Answer #102420 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=\"speed in still water\" __ d=rt __ t=d/r\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "upstream __ t+(1/3)=5/(x-6)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "downstream __ t=5/(x+6)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting __ [5/(x+6)]+(1/3)=5/(x-6) __ multiplying by 3(x+6)(x-6) \n" ); document.write( "__ 15(x-6)+(x+6)(x-6)=15(x+6)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "15x-90+x^2-36=15x+90 __ x^2=216 __ x=sqrt(216) \n" ); document.write( " |