document.write( "Question 764352: A motorboat travels upstream at 7 mph, while it travels downstream at 12 mph. What is the speed of the motorboat in still water? What is the speed of the current? \n" ); document.write( "
Algebra.Com's Answer #465379 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
A motorboat travels upstream at 7 mph, while it travels downstream at 12 mph. What is the speed of the motorboat in still water? What is the speed of the current?
\n" ); document.write( "***
\n" ); document.write( "let x=speed of boat in still water
\n" ); document.write( "let c=speed of current
\n" ); document.write( "(x+c)=speed of motorboat downstream
\n" ); document.write( "(x-c)=speed of motorboat upstream
\n" ); document.write( "..
\n" ); document.write( "x-c=7
\n" ); document.write( "x+c=12
\n" ); document.write( "add
\n" ); document.write( "2x=19
\n" ); document.write( "x=9.5
\n" ); document.write( "c=x-7=2.5
\n" ); document.write( "speed of boat in still water=9.5 mph
\n" ); document.write( "speed of current=2.5 mph
\n" ); document.write( "
\n" );