document.write( "Question 946745: the current of a river is 3 miles/hour. it takes a motorboat a total of 3 hours to travel 12 miles upstream and return 12 miles downstream. what is the speed of the boat in still water \n" ); document.write( "
Algebra.Com's Answer #577576 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
the current of a river is 3 miles/hour. it takes a motorboat a total of 3 hours to travel 12 miles upstream and return 12 miles downstream. what is the speed of the boat in still water
\n" ); document.write( "***
\n" ); document.write( "let x=speed of boat in still water
\n" ); document.write( "x+3=speed of boat downstream
\n" ); document.write( "x-3=speed of boat upstream
\n" ); document.write( "travel time=distance/speed
\n" ); document.write( "..
\n" ); document.write( "12/(x+3)+12/(x-3)=3
\n" ); document.write( "lcd:(x+3)(x-3)
\n" ); document.write( "12(x-3)+12(x+3)=3(x+3)(x-3)
\n" ); document.write( "12x-36+12x+36=3(x^2-9)=3x^2-27
\n" ); document.write( "3x^2-24x-27=0
\n" ); document.write( "x^2-8x-9=0
\n" ); document.write( "(x+1)(x-9)=0
\n" ); document.write( "x=9
\n" ); document.write( "speed of boat in still water=9 mph
\n" ); document.write( "
\n" );