document.write( "Question 157391: A cruise boat travels 48 miles downstream in 3 hours and returns upstream in 6 hours. Find the rate of the stream. \n" ); document.write( "
Algebra.Com's Answer #116006 by gonzo(654)![]() ![]() ![]() You can put this solution on YOUR website! let B = rate or boat. \n" ); document.write( "let S = rate of stream. \n" ); document.write( "rate * time = distance. \n" ); document.write( "going downstream, the rate of travel is the rate of the boat plus the rate of the stream. \n" ); document.write( "going upstream, the rate of travel is the rate of the boat minus the rate of the stream. \n" ); document.write( "in equation form, this becomes. \n" ); document.write( "(B+S)*3=48 (going downstream) \n" ); document.write( "(B-S)*6=48 (going upstream) \n" ); document.write( "since the distance is the same both times, these equations are equal to each other. \n" ); document.write( "(B+S)*3=(B-S)*6 \n" ); document.write( "multiplying out. \n" ); document.write( "becomes 3*B+3*S=6*B-6*S \n" ); document.write( "becomes 9*S=3*B \n" ); document.write( "becomes B=3*S \n" ); document.write( "in the going downstream equation, 3*B+3*S = 48. \n" ); document.write( "substituting 3*S for B, the equation becomes 3*(3*S) + 3*S = 48 \n" ); document.write( "which becomes 9*S + 3*S = 48 \n" ); document.write( "which becomes 12*S = 48 \n" ); document.write( "which becomes S = 4. \n" ); document.write( "if S = 4, then the going downstream equation of 3*B + 3*S = 48 \n" ); document.write( "becomes 3*B + 12 = 48 \n" ); document.write( "becomes 3*B = 36 \n" ); document.write( "becomes B = 12. \n" ); document.write( "the rate of the stream is 4 miles per hour and the rate of the boat is 12 miles per hour. \n" ); document.write( "going downstream, the combined rate is 16 miles per hour. \n" ); document.write( "48 miles / 16 yields 3 hours so math is confirmed for the downstream equation. \n" ); document.write( "going upstream, the combined rate is 8 miles per hour. \n" ); document.write( "48 miles / 8 yields 6 hours so math is confirmed for the upstream equation. \n" ); document.write( "answer is the stream is traveling at 4 miles per hour downstream.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "becomes \n" ); document.write( " |