document.write( "Question 427544: the speed of a stream is 3 mph. A boat travels 3 miles upstream in the same time it takes to travel 9 miles downstream. What is the speed of the boat in still water?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #297383 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let speed in still water = x mph \n" ); document.write( "current speed 3 mph \n" ); document.write( ".. \n" ); document.write( "upstream speed = x-3 mph \n" ); document.write( "downstream speed = x+3 mph \n" ); document.write( " \n" ); document.write( "Distance upstream=3 \n" ); document.write( "Distance downstream=9 \n" ); document.write( "Time = same \n" ); document.write( "3/(x-3)= 9/(x+3) \n" ); document.write( "3*(x+3)= 9*(x-3) \n" ); document.write( "3x+3=9x-27 \n" ); document.write( "9x-3x=27 +3 \n" ); document.write( "6x=30 \n" ); document.write( "/6 \n" ); document.write( "x=5mph \n" ); document.write( " \n" ); document.write( " |