document.write( "Question 530140: A boat takes 4 hours to travel 36 miles downstream and 12 hours for the return trip. What is the speed of the current and the speed of the boat in still water? \n" ); document.write( "
Algebra.Com's Answer #349910 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
The apparent speed is 9mph with the current and 3 mph against the current.
\n" ); document.write( "The average is the speed of the boat in still water (6mph) and the difference is the speed of the current (3mph).
\n" ); document.write( "However, the intention of the problem must have been to set and solve a system of equations, so let's get silly.
\n" ); document.write( "Let \"b\" be the speed of the boat in still water in mph, and
\n" ); document.write( "\"r\" be the speed of the current in mph.
\n" ); document.write( "We could say that the total speed going downstream, in mph, is
\n" ); document.write( "\"b%2Br=9\"
\n" ); document.write( "and that the total speed for the return trip, in mph, is
\n" ); document.write( "\"b-r=3\"
\n" ); document.write( "Then we solve the system of equations.
\n" ); document.write( "We could do it by substitution, solving for \"b\"
\n" ); document.write( "in the second equation \"b=r%2B3\"
\n" ); document.write( "and substituting that into the first equation to get
\n" ); document.write( "\"%28r%2B3%29%2B3=9\" so \"r%2B6=9\", so \"r=9-6\" so \"r=3\"
\n" ); document.write( "Then we substitute that solution in
\n" ); document.write( "\"b=r%2B3\" and find \"b=3%2B3\" so \"b=6\"
\n" ); document.write( "We could also solve by other methods, but it's Friday night and I have other stuff to do.
\n" ); document.write( "
\n" );