document.write( "Question 557452: Clark has a boat that can travel at 15kph in still water. It can go 140km with the current at the same time it takes to travel 35km against the current.
\n" );
document.write( "what is the speed of the river?? \n" );
document.write( "
Algebra.Com's Answer #362614 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! Always start with the basic distance equation: d = r*t, where d=distance, r=rate (or speed), and t=time. \n" ); document.write( "s = speed in still water = 15 km/hr \n" ); document.write( ". \n" ); document.write( "The current in the river may be defined as 'c'. \n" ); document.write( "Going against the current, r = s-c, which means the current slows the boat down. \n" ); document.write( "Going with the current, r = s+c, which means the current speeds the boat along. \n" ); document.write( ". \n" ); document.write( "Going upstream (that is, against the current), the boat goes 15 km. \n" ); document.write( "Going downstream (that is, with the current), the boat goes 140 km. \n" ); document.write( ". \n" ); document.write( "These distances are covered in the same time. \n" ); document.write( ". \n" ); document.write( "d = r*t \n" ); document.write( "so \n" ); document.write( "t= d/r \n" ); document.write( ". \n" ); document.write( "140 = (s+c) * t = (15+c)*t \n" ); document.write( "35 = (s-c) * t = (15-c)*t \n" ); document.write( ". \n" ); document.write( "140/(15+c) = t \n" ); document.write( "35/(15-c) = t \n" ); document.write( "t = t \n" ); document.write( ". \n" ); document.write( "140/(15+c) = 35/(15-c) \n" ); document.write( ". \n" ); document.write( "cross multiply \n" ); document.write( ". \n" ); document.write( "140*(15-c) = 35*(15+c) \n" ); document.write( "2100 - 140c = 525 + 35c \n" ); document.write( "1575 = 175c \n" ); document.write( "c = 1575/175 \n" ); document.write( "c = 9 \n" ); document.write( ". \n" ); document.write( "check this answer \n" ); document.write( "t = 140/(15+9) = 140/24 = 35/6 \n" ); document.write( "t = 35/(15-9) = 35/6 \n" ); document.write( "t = t \n" ); document.write( "correct \n" ); document.write( ". \n" ); document.write( "Answer: The river's current is 9 km/hr. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |