document.write( "Question 769209: The speed of a stream is 5 mph. If a boat travels 86 mi downstream in the same time that it takes to 18) travel 43 mi upstream, what is the speed of the boat in still water? \n" ); document.write( "
Algebra.Com's Answer #468706 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Speed of boat = x \n" ); document.write( "86/x + 5 = 43/x - 5 \n" ); document.write( "Cross multiply \n" ); document.write( "86(x - 5) = 43(x + 5) \n" ); document.write( "86x - 430 = 43x + 215 \n" ); document.write( "86x - 43x = 215 + 430 \n" ); document.write( "43x = 645 \n" ); document.write( "x = 15 \n" ); document.write( "Speed of boat = 15mph \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |