document.write( "Question 1115356: The speed of a stream is 4 mph. A boat travels 11 miles upstream in the same time it takes to travel 19 miles downstream. What is the speed of the boat in still water? \n" ); document.write( "
Algebra.Com's Answer #730224 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The speed of a stream is 4 mph. A boat travels 11 miles upstream in the same time it takes to travel 19 miles downstream. What is the speed of the boat in still water? \n" ); document.write( "------ \n" ); document.write( "Upstream DATA: \n" ); document.write( "dist = 11 miles ; rate = b-4 mph ; time = d/r = 11/(b-4) \n" ); document.write( "Downstream DATA: \n" ); document.write( "dist = 19 miles ; rate = b+4 mph ; time = d/r = 19/(b+4) \n" ); document.write( "----- \n" ); document.write( "Equation: \n" ); document.write( "time up = time down \n" ); document.write( "11/(b-4) = 19/(b+4) \n" ); document.write( "11b+44 = 19b - 76 \n" ); document.write( "8b = 120 \n" ); document.write( "b = 15 mph (speed of the boat in calm water) \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------- \n" ); document.write( " |