document.write( "Question 40450: A man gets in his motorboat and travels upstream. 1 mile up the river, his hat flys off, but he doesn't notice for another 5 minutes. When he finally does notice, he immediately goes back in persuit of it. He finally catches up to it floating by his starting point. Assuming that the boat was traveling the same speed the whole time, how fast was the river flowing? \n" ); document.write( "
Algebra.Com's Answer #25916 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
b = rate of boat
\n" ); document.write( "r = rate of river
\n" ); document.write( "There are 2 combined distances that the boat travels. Ther is the 1 mile
\n" ); document.write( "distance and the distance beyond 1 mile which takes the boat 5 minutes
\n" ); document.write( "going against the current.
\n" ); document.write( "\"d%281%29+=+1\"
\n" ); document.write( "\"d%282%29+=+%28b+-+r%29%2A5\"
\n" ); document.write( "b - r is the boats rate going upstream
\n" ); document.write( "(b - r)*5 is rate x time = distance
\n" ); document.write( "\"d%281%29+%2B+d%282%29\" is the combined distance
\n" ); document.write( "When the boater goes back to get the hat, he will go back to his starting
\n" ); document.write( "point at a rate of (b + r) going with the current. His time is the
\n" ); document.write( "combined distances divided by his rate.
\n" ); document.write( "\"t+=+%281+%2B+%28b+-+r%29%2A5%29+%2F+%28b+%2B+r%29\"
\n" ); document.write( "During this time, the hat floats downstream for 1 mile back to the
\n" ); document.write( "starting point at the rate the river is flowing.
\n" ); document.write( "\"t+=+1+%2F+r\"
\n" ); document.write( "These times are equal so,
\n" ); document.write( "\"t+=+%281+%2B+%28b+-+r%29%2A5%29+%2F+%28b+%2B+r%29+=+1+%2F+r\"
\n" ); document.write( "\"r+%2B+r%28b+-+r%29%2A5+=+b+%2B+r\"
\n" ); document.write( "\"r+%2B+%28br+-+r%5E2%29%2A5+=+b+%2B+r\"
\n" ); document.write( "\"-5r%5E2+%2B+5br+-+b+=+0\"
\n" ); document.write( "\"5r%5E2+-5br+%2Bb+=+0\"
\n" ); document.write( "\"r%5E2+-+br+%2B+b%2F5+=+0\"
\n" ); document.write( "complete the square
\n" ); document.write( "\"r%5E2+-+br+%2B+%28b%5E2%29%2F4+=+%28b%5E2%29%2F4+-+b%2F5\"
\n" ); document.write( "\"%28r+-+b%2F2%29%5E2+=+%28b%5E2%29%2F4+-+b%2F5\"
\n" ); document.write( "\"r+-+b%2F2+=+0%2B-sqrt%28%28%28b%5E2%29%2F4%29+-+b%2F5%29\"
\n" ); document.write( "\"r+=+b%2F2+%2B-sqrt%28%28%28b%5E2%29%2F4%29+-+b%2F5%29\"
\n" ); document.write( "Try different values for b, speed of boat to get values for r
\n" ); document.write( "
\n" );