document.write( "Question 777758: A motorboat goes 5 miles upstream in the same time it requires to go 7 miles downsteam. If the river flows 2 mph, find the speed of the boat still in the water. \n" ); document.write( "
Algebra.Com's Answer #474284 by lwsshak3(11628) ![]() You can put this solution on YOUR website! A motorboat goes 5 miles upstream in the same time it requires to go 7 miles downsteam. If the river flows 2 mph, find the speed of the boat still in the water. \n" ); document.write( "*** \n" ); document.write( "let x=speed of boat in still water \n" ); document.write( "x+2=speed of boat downstream \n" ); document.write( "x-2=speed of boat upstream \n" ); document.write( "travel time=distance/speed (same for upstream and downstream travel) \n" ); document.write( ".. \n" ); document.write( "5/(x-2)=7/(x+2) \n" ); document.write( "7x-14=5x+10 \n" ); document.write( "2x=24 \n" ); document.write( "x=12 \n" ); document.write( "speed of boat in still water=12 mph \n" ); document.write( " |