document.write( "Question 198643: A cruise boat travels 72 miles down stream in two hours and returns upstream in 6 hours. Find the rate of the stream.\r
\n" );
document.write( "\n" );
document.write( "D=RT so R=D/T 72/2=36 72/6=12 36-12=24 (speed of boat on still water?)\r
\n" );
document.write( "\n" );
document.write( "I get lost here. \n" );
document.write( "
Algebra.Com's Answer #149151 by Alan3354(69443) You can put this solution on YOUR website! A cruise boat travels 72 miles down stream in two hours and returns upstream in 6 hours. Find the rate of the stream. \n" ); document.write( "D=RT so R=D/T 72/2=36 72/6=12 36-12=24 (speed of boat on still water?) \n" ); document.write( "---------------- \n" ); document.write( "Going downstream, the speed of the stream is added to the speed of the boat. \n" ); document.write( "Upstream, it's subtracted. \n" ); document.write( "72 = (b+s)*2 \n" ); document.write( "72 = (b-s)*6 \n" ); document.write( "b+s = 36 \n" ); document.write( "b-s = 12 \n" ); document.write( "-------- \n" ); document.write( "2b = 48 \n" ); document.write( "b = 24 mph (speed of boat) \n" ); document.write( "s = 12 mph (speed of stream) \n" ); document.write( " \n" ); document.write( " |