document.write( "Question 182578: The speed of a stream is 5mph. If a boat travels 66 miles down stream in the same time that it takes to travel 33 miles upstream. What is the speed of the boat in still water? \n" ); document.write( "
Algebra.Com's Answer #137064 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The speed of a stream is 5mph. If a boat travels 66 miles down stream in the same time that it takes to travel 33 miles upstream. What is the speed of the boat in still water? \n" ); document.write( "-------------------------- \n" ); document.write( "Call the speed of the boat b \n" ); document.write( "Going downstream, the speed relative to the dirt is b+5 \n" ); document.write( "Upstream, it's b-5 \n" ); document.write( "t = time \n" ); document.write( "t = 66/(b+5) \n" ); document.write( "t = 33/(b-5) \n" ); document.write( "-------------- \n" ); document.write( "66/(b+5) = 33/(b-5) \n" ); document.write( "66(b-5) = 33(b+5) \n" ); document.write( "66b-330 = 33b+165 \n" ); document.write( "33b = 495 \n" ); document.write( "b = 15 mph \n" ); document.write( " \n" ); document.write( " |