document.write( "Question 715565: a sailor sails a distance of 48 km along the flow of a river in 8 hr . if it take 12 hr to return the same distance , then the speed of the river is ? \n" ); document.write( "
Algebra.Com's Answer #439494 by DrBeeee(684) ![]() You can put this solution on YOUR website! Let s = the speed of the boat \n" ); document.write( "Let r = speed of the river \n" ); document.write( "When traveling with the river the sailor travels 48km in 8hr, then we have \n" ); document.write( "(1) s + r = 48/8 or \n" ); document.write( "(2) s + r = 6 \n" ); document.write( "When going up the river he travels 48km in 12hr, then we have \n" ); document.write( "(3) s - r = 48/12 or \n" ); document.write( "(4) s - r = 4 \n" ); document.write( "Add (2) and (4) and get \n" ); document.write( "(5) 2*s = 10 or \n" ); document.write( "(6) s = 5 \n" ); document.write( "Use (6) in (2) and get \n" ); document.write( "(7) 5 + r = 6 or \n" ); document.write( "(8) r = 1 \n" ); document.write( "Let's check the answers with (4). \n" ); document.write( "Is (5 - 1 = 4)? \n" ); document.write( "Is (4 = 4)? Yes \n" ); document.write( "Answer: The river is flowing at 1km/hr. \n" ); document.write( " |