document.write( "Question 1203109: It took a patrol boat 5 hours to travel 60 km up a river against the current, and 3 hours for the return trip with the current. Find the speed of the boat in still water and the speed of the current. \n" ); document.write( "
Algebra.Com's Answer #838401 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "b = speed of boat in still water \n" ); document.write( "c = speed of the current \n" ); document.write( "speeds are in kilometers per hour (kph or km/hr)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "When going upstream against the current, the boat's speed b drops to b-c.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "distance = rate*time \n" ); document.write( "d = r*t \n" ); document.write( "60 = (b-c)*5 \n" ); document.write( "60/5 = b-c \n" ); document.write( "12 = b-c \n" ); document.write( "12+c = b \n" ); document.write( "b = c+12\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The boat's speed in still water is found by adding 12 to the current's speed.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "When going downstream, the current speeds the boat up to b+c kph.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "distance = rate*time \n" ); document.write( "d = r*t \n" ); document.write( "60 = (b+c)*3 \n" ); document.write( "60/3 = b+c \n" ); document.write( "20 = b+c \n" ); document.write( "20 = c+12+c ...... replace b with c+12 \n" ); document.write( "20 = 2c+12 \n" ); document.write( "2c+12 = 20 \n" ); document.write( "2c = 20-12 \n" ); document.write( "2c = 8 \n" ); document.write( "c = 8/2 \n" ); document.write( "c = 4 \n" ); document.write( "The current has a speed of 4 km/hr.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The boat's speed is 16 kph because of this scratch work \n" ); document.write( "b = c+12 \n" ); document.write( "b = 4+12 \n" ); document.write( "b = 16\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answers: \n" ); document.write( "Speed of boat in still water = 16 km per hr \n" ); document.write( "Speed of current = 4 km per hr \n" ); document.write( " \n" ); document.write( " |