document.write( "Question 289377: a motor boat goes 5 miles upstream in the same time it requires to go 7 miles downstream. if the river flows at 2 mph, find the speed of the boat in still water. \n" ); document.write( "
Algebra.Com's Answer #209600 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Let the speed of the boat be x mph in still water\r \n" ); document.write( "\n" ); document.write( "upstream the speed will be x-2 mph\r \n" ); document.write( "\n" ); document.write( "downstream the speed will be x+2\r \n" ); document.write( "\n" ); document.write( "time taken both ways is the same. ( distance / speed = time)\r \n" ); document.write( "\n" ); document.write( "5/x-2 =7/ x+2\r \n" ); document.write( "\n" ); document.write( "5(x+2)=7(x-2)\r \n" ); document.write( "\n" ); document.write( "5x+10=7x-14\r \n" ); document.write( "\n" ); document.write( "-2x=-24\r \n" ); document.write( "\n" ); document.write( "x=12 mph\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |