document.write( "Question 40797This question is from textbook Beginning Algebra
\n" );
document.write( ": A boat can travel 9 miles upstream in the same amount of time it takes to tarvel 11 miles downstream. If the current of the river is 3miles per hour, complete the chart below and use it to find the speed of the boat in still water.
\n" );
document.write( " distance = rate * time
\n" );
document.write( "UPSTREAM 9 r-3
\n" );
document.write( "DOWNSTREAM 11 r+3 \n" );
document.write( "
Algebra.Com's Answer #26191 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! r = rate of boat in still water \n" ); document.write( "t = time for both trips \n" ); document.write( "For upstream \n" ); document.write( "9 = (r-3)t \n" ); document.write( "for downstream \n" ); document.write( "11 = (r+3)t \n" ); document.write( "solve each for r \n" ); document.write( "r-3 = 9/t \n" ); document.write( "r = 9/t + 3 \n" ); document.write( "-------------- \n" ); document.write( "r+3 = 11/t \n" ); document.write( "r = 11/t - 3 \n" ); document.write( "I'll plot these equations, t on the horizontal axis, r on the vertical. \n" ); document.write( " \n" ); document.write( "It looks like the times are equal when r is about 30 mph, the rate of \n" ); document.write( "boat in still water. \n" ); document.write( "check \n" ); document.write( "r = 9/t + 3 \n" ); document.write( "r = 11/t - 3 \n" ); document.write( "30 = 9/t + 3 \n" ); document.write( "27 = 9/t \n" ); document.write( "27t = 9 \n" ); document.write( "t = 1/3 hr \n" ); document.write( "------------- \n" ); document.write( "30 = 11/t - 3 \n" ); document.write( "33 = 11/t \n" ); document.write( "33t = 11 \n" ); document.write( "t = 1/3 hr \n" ); document.write( "OK \n" ); document.write( " |