document.write( "Question 1095948: a boat traveled 336 miles downstream and back. The trip downstream took 12 hours. The trip back took 14 hours. what is the speed of the boat in still water? What is the speed of the current? \n" ); document.write( "
Algebra.Com's Answer #710418 by josgarithmetic(39618)\"\" \"About 
You can put this solution on YOUR website!
r, boat speed in still water
\n" ); document.write( "c, speed of current
\n" ); document.write( "
\r\n" );
document.write( "                  SPEED      TIME     DISTANCE\r\n" );
document.write( "\r\n" );
document.write( "DOWN              r+c        12       168\r\n" );
document.write( "\r\n" );
document.write( "UP                r-c        14       168\r\n" );
document.write( "\r\n" );
document.write( "Total                                336\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "\"system%2812%28r%2Bc%29=168%2C14%28r-c%29=168%29\"
\n" ); document.write( "Simplify and solve the system for r and c.
\n" ); document.write( "Assumed TOTAL distance 336 and half of this is each of the one-way distances.
\n" ); document.write( "
\n" );