document.write( "Question 1007220: David rowed a boat upstream for three miles and then returned to point he started from. The entire journey took four hours. The speed of the stream is one mile per hour. Find David's speed in still water.
\n" ); document.write( "David's speed in still water is
\n" ); document.write( " miles per hour.
\n" ); document.write( "

Algebra.Com's Answer #623254 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
David rowed a boat upstream for three miles and then returned to point he started from.
\n" ); document.write( " The entire journey took four hours.
\n" ); document.write( " The speed of the stream is one mile per hour.
\n" ); document.write( " Find David's speed in still water.
\n" ); document.write( " :
\n" ); document.write( "let s = his speed in still water
\n" ); document.write( "then
\n" ); document.write( "(s-1) = effective speed upstream
\n" ); document.write( "and
\n" ); document.write( "(s+1) = effective speed downstream
\n" ); document.write( ":
\n" ); document.write( "Write time equation; time = dist/speed
\n" ); document.write( ":
\n" ); document.write( "time up + time down = 4 hrs
\n" ); document.write( "\"3%2F%28s-1%29\" + \"3%2F%28s%2B1%29\" = 4
\n" ); document.write( "multiply equation by (s-1)(s+1), cancel the denominators and you ave
\n" ); document.write( "3(s+1) + 3(s-1) = 4s(s-1)(s+1)
\n" ); document.write( "3s + 3 + 3s - 3 = 4(s^2 - 1)
\n" ); document.write( "6s = 4s^2 - 4
\n" ); document.write( "Combine to form a quadratic on the right
\n" ); document.write( "0 = 4s^2 - 6s - 4
\n" ); document.write( "Simplify, divide by 2
\n" ); document.write( "2s^2 - 3s - 2 = 0
\n" ); document.write( "Factors to
\n" ); document.write( "(2s+1)(s-2) = 0
\n" ); document.write( "The positive solution
\n" ); document.write( "s = 2 mph in still water
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Confirm this by finding the actual time each way, using the effective speeds
\n" ); document.write( "3/1 = 3
\n" ); document.write( "3/3 = 1
\n" ); document.write( "------------
\n" ); document.write( "total 4 hrs
\n" ); document.write( "
\n" );