document.write( "Question 757381:  I do not understant how to set up a rational equation for word probles such as this.
\n" );
document.write( "Debbie traveled by boat 5 miles upstream to fish. Because of the 4 mph current, it took her 40 minutes longer to get there than to return. How fast will her boat go in still water? \r
\n" );
document.write( "\n" );
document.write( "Could you please help me, thanks \n" );
document.write( "
| Algebra.Com's Answer #460774 by stanbon(75887)      You can put this solution on YOUR website! Debbie traveled by boat 5 miles upstream to fish. Because of the 4 mph current, it took her 40 minutes longer to get there than to return. How fast will her boat go in still water? \n" ); document.write( "----- \n" ); document.write( "Upstream DATA: distance = 5 miles ; rate = b-4 mph ; time = d/r = 5/(b-4) \n" ); document.write( "---- \n" ); document.write( "Downstream DATA: distance = 5 miles ; b+4 mph ; time = d/r = 5/(b+4) \n" ); document.write( "------ \n" ); document.write( "Equation: \n" ); document.write( "up time - down time = 2/3 hrs. \n" ); document.write( "------ \n" ); document.write( "5/(b-4) - 5/(b+4) = 2/3 \n" ); document.write( "------- \n" ); document.write( "Multiply thru by 3(b-4)(b+4) to get: \n" ); document.write( "15(b+4) - 15(b-4) = 2(b^2-16) \n" ); document.write( "60 + 60 = 2b^2-32 \n" ); document.write( "----- \n" ); document.write( "60 = b^2 - 16 \n" ); document.write( "b^2 = 76 \n" ); document.write( "Positive solution: \n" ); document.write( "b = 8.72 mph (speed of the boat in still water) \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "========================= \n" ); document.write( " |