document.write( "Question 1059114: A boat moves 7 kilometers upstream
\n" ); document.write( "in the same amount of time it moves 20
\n" ); document.write( "kilometers downstream. If the rate of the
\n" ); document.write( "current is 5 kilometers per hour, find the
\n" ); document.write( "rate of the boat in still water.
\n" ); document.write( "

Algebra.Com's Answer #674206 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "                 SPEED       TIME      DISTANCE\r\n" );
document.write( "UPSTREAM          r-5         t           7\r\n" );
document.write( "DOWNSTREAM        r+5         t          20\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The problem form is so common, I will generalize.
\n" ); document.write( "
\r\n" );
document.write( "                 SPEED       TIME      DISTANCE\r\n" );
document.write( "UPSTREAM          r-c         t           p\r\n" );
document.write( "DOWNSTREAM        r+c         t           d\r\n" );
document.write( "\r\n" );
document.write( "p is for distance uPstream and d is distance Downstream.\r\n" );
document.write( "\r\n" );
document.write( "The unknown variables are r and t.  \r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "You can form an equation because t is the same number for both directions and according to the constant travel rates rule.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"highlight%28p%2F%28r-c%29=d%2F%28r%2Bc%29%29\"
\n" ); document.write( "Solve for r.
\n" ); document.write( "
\n" );