.
\n" );
document.write( "The speed of a stream is 5 mph. A boat travels 9 miles upstream in the same time it takes to travel 19 miles downstream. What is the speed of the boat in still water?
\n" );
document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "\r\n" );
document.write( "Let u = the speed of the boat in still water.\r\n" );
document.write( "\r\n" );
document.write( "Then the speed of the boat relative the bank of the river is u-5
when it moves upstream, and u+5 when it moves downstream.\r\n" );
document.write( "\r\n" );
document.write( "We can write the basic equation for travel and distance problems \r\n" );
document.write( "\r\n" );
document.write( "Time =
\r\n" );
document.write( "\r\n" );
document.write( "in the form \r\n" );
document.write( "\r\n" );
document.write( "t =
(1) for moving upstream, and\r\n" );
document.write( "\r\n" );
document.write( "t =
(2) for moving downstream.\r\n" );
document.write( "\r\n" );
document.write( "Since the left side, t, is the same in both equations, you get a single equation for u\r\n" );
document.write( "\r\n" );
document.write( "
=
.\r\n" );
document.write( "\r\n" );
document.write( "To solve it, multiply both sides by the product (u-5)*(u+5) and simplify:\r\n" );
document.write( "\r\n" );
document.write( "9*(u+5) = 19*(u-5),\r\n" );
document.write( "\r\n" );
document.write( "9u + 45 = 19u - 95,\r\n" );
document.write( "\r\n" );
document.write( "45 + 95 = 19u - 9u,\r\n" );
document.write( "\r\n" );
document.write( "10u = 140,\r\n" );
document.write( "\r\n" );
document.write( "u =
= 14 mph.\r\n" );
document.write( "\r\n" );
document.write( "It is your answer: the speed of the boat in still water is 14 miles per hour.\r\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "