document.write( "Question 1051683: it took a boat 2 hours to reach town A going upstream. The way back 1 hour and 20 minutes. What is the speed of the boat in still water if the speed of the stream is 3 MPH \n" ); document.write( "
Algebra.Com's Answer #667137 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! It took a boat 2 hours to reach town A going upstream. The way back 1 hour and 20 minutes. What is the speed of the boat in still water if the speed of the stream is 3 MPH \n" ); document.write( "------ \n" ); document.write( "Upstream DATA: \n" ); document.write( "time = 2 hrs ; rate = b-3 mph ; dist = 2(b-3) = 2b-6 miles \n" ); document.write( "---- \n" ); document.write( "Downstream DATA: \n" ); document.write( "time = (4/3) hrs ; rate = b+3 mph ; dist = (4/3)(b+3) = (4/3)b + 4 miles \n" ); document.write( "--------------------- \n" ); document.write( "Equation: \n" ); document.write( "dist up = dist down \n" ); document.write( "2b-6 = (4/3)b + 4 \n" ); document.write( "---- \n" ); document.write( "(2/3)b = 10 \n" ); document.write( "b = 15 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( " |