document.write( "Question 304528: the speed of a stream is 5 mph. If a boat travels 66 miles downstream in the same time that it takes to travel 33 miles upsteam, what is the speed of the boat in still water? \n" ); document.write( "
Algebra.Com's Answer #218020 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Let the speed of boat in still water be x mph\r \n" ); document.write( "\n" ); document.write( "upstream it will be x-5\r \n" ); document.write( "\n" ); document.write( "down stream it will be x+5 mph\r \n" ); document.write( "\n" ); document.write( "Time taken is ame\r \n" ); document.write( "\n" ); document.write( "33/x= 66 / x+5\r \n" ); document.write( "\n" ); document.write( "33(x+5)=66x\r \n" ); document.write( "\n" ); document.write( "33x+165=66x\r \n" ); document.write( "\n" ); document.write( "30x= 165\r \n" ); document.write( "\n" ); document.write( "x=165/30\r \n" ); document.write( "\n" ); document.write( "5.5 mph is the boat speed in still water \n" ); document.write( " |