document.write( "Question 601273: A boat traveled 112miles downstream took 7hrs. The trip back took 14hrs. What is the speed of the boat in still water? What is the speed of the current? \n" ); document.write( "
Algebra.Com's Answer #379710 by flame8855(424)\"\" \"About 
You can put this solution on YOUR website!
let x be the speed of boat in still water
\n" ); document.write( "let c be the speed of current
\n" ); document.write( "downstream : speed = x + c
\n" ); document.write( "x+c= 112/7 = 16
\n" ); document.write( "upstream : speed = x-c
\n" ); document.write( "x-c= 112/14 = 8
\n" ); document.write( "solve
\n" ); document.write( "x= 12 mph speed of boat in still water
\n" ); document.write( "c = 4 mph speed of current
\n" ); document.write( "
\n" );