document.write( "Question 288520: A motorboat travels 385 mi in 7 hours going upstream. It travels 623 mi going downstream in the same amount of time. What is the rate of the boat in still water and what is the rate of the current? \n" ); document.write( "
Algebra.Com's Answer #209128 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! The basic equation we have to solve is d = rt, where d=distance, r=rate of speed, and t=time. \n" ); document.write( ". \n" ); document.write( "s = maximum speed of the boat in calm water \n" ); document.write( "c = current speed \n" ); document.write( "s+c = rate of speed going down stream \n" ); document.write( "s-c = rate of speed going up stream \n" ); document.write( "t = 7 \n" ); document.write( ". \n" ); document.write( "Upstream... \n" ); document.write( "d = 385 \n" ); document.write( "t = 7 \n" ); document.write( "r = d/t = 55 \n" ); document.write( ". \n" ); document.write( "Downstream... \n" ); document.write( "d = 623 \n" ); document.write( "t = 7 \n" ); document.write( "r = 89 \n" ); document.write( ". \n" ); document.write( "s + c = 89 \n" ); document.write( "s - c = 55 \n" ); document.write( "2s = 144 \n" ); document.write( "s = 72 \n" ); document.write( ". \n" ); document.write( "s - c = 55 \n" ); document.write( "72 -c = 55 \n" ); document.write( "c = 17 \n" ); document.write( ". \n" ); document.write( "s = 72 \n" ); document.write( "c = 17 \n" ); document.write( ". \n" ); document.write( "Done \n" ); document.write( " |