document.write( "Question 255326: A boat traveled 45km downstream in 3 hours. The return trip against the current took 5 hours. Find the rate of the boat in calm water and the rate of the current. \n" ); document.write( "
Algebra.Com's Answer #187608 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! b = speed of the boat in calm water \n" ); document.write( "c = speed of the current flowing downstream \n" ); document.write( ". \n" ); document.write( "The typical distance equation is: d = rt, where \n" ); document.write( "d = distance \n" ); document.write( "r = rate \n" ); document.write( "t = time \n" ); document.write( ". \n" ); document.write( "Given d = rt, we can rearrange the equation as may be needed: \n" ); document.write( "r = d/t \n" ); document.write( "t = d/r \n" ); document.write( ". \n" ); document.write( "We are told that the distance is 45 km. \n" ); document.write( "d = 45 km \n" ); document.write( "We are told the downstream time is 3 hr. \n" ); document.write( "t = 3 hr \n" ); document.write( "So, \n" ); document.write( "45 = r*3 \n" ); document.write( "Dividing both sides by 3: \n" ); document.write( "15 = r \n" ); document.write( "r = 15 km/hr. \n" ); document.write( ". \n" ); document.write( "The downstream rate will be the speed of the boat plus the speed of the current: b+c. \n" ); document.write( "(b+c) = 15 km/hr \n" ); document.write( ". \n" ); document.write( "We also are told the return time upstream was 5 hr. \n" ); document.write( "45 = r*5 \n" ); document.write( "Dividing both sides by 5: \n" ); document.write( "9 = r \n" ); document.write( "r = 9 km/hr \n" ); document.write( "The upstream rate will be the speed of the boat minus the speed of the current: b-c. \n" ); document.write( "(b-c) = 9 km/hr \n" ); document.write( ". \n" ); document.write( "Now we have two linear equations: \n" ); document.write( "b + c = 15 \n" ); document.write( "b - c = 9 \n" ); document.write( ". \n" ); document.write( "Adding them we have: \n" ); document.write( "2b = 24 \n" ); document.write( "Dividing both sides by 2 \n" ); document.write( "b = 12 \n" ); document.write( ". \n" ); document.write( "Substitute b=12 into the downstream equation to find 'c': \n" ); document.write( "12 + c = 15 \n" ); document.write( "c = 3 \n" ); document.write( ". \n" ); document.write( "Check by substituting into the upstream equation: \n" ); document.write( "12 -3 = 9. True. \n" ); document.write( ". \n" ); document.write( "So, the rate of the boat in calm water is 12 km/hr, and the rate of the current is 3 km/hr. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |