document.write( "Question 581152: A paddle boat can move at a speed of 20 km/h in still water. The boat is paddled 14 km downstream in a river in the same time it takes to go 7 km upstream. What is the speed of the river? \n" ); document.write( "
Algebra.Com's Answer #371473 by mananth(16946) You can put this solution on YOUR website! Boat speed = 20 km/h \n" ); document.write( "current speed = x km/h \n" ); document.write( " \n" ); document.write( "speed against current 20 - x \n" ); document.write( "speed with current 20 + x \n" ); document.write( " \n" ); document.write( "Distance against current 7 km \n" ); document.write( "Distance with current 14 km \n" ); document.write( " \n" ); document.write( "t=d/r time against = time with current \n" ); document.write( "7/(20-x )=14/(20+x) \n" ); document.write( "7(20+x)=14(20-x) \n" ); document.write( "140+7x =280-14 x \n" ); document.write( "14x+7x=280-140 \n" ); document.write( "21x=140 \n" ); document.write( "/21 \n" ); document.write( "x = 6.67 km/h current speed \n" ); document.write( " |