document.write( "Question 923611: I need help solving this problem. \r
\n" );
document.write( "\n" );
document.write( "A paddle boat can move at a speed of 4km/h in still water. The boat is paddled 14km downstream in a river in the same time it takes to go 7km upstream. What is the speed of the river? \n" );
document.write( "
Algebra.Com's Answer #560150 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! we have two formulas here using rate*time = distance, let x be speed of the river and t be time \n" ); document.write( "(4+x)*t = 14 \n" ); document.write( "(4-x)*t = 7 \n" ); document.write( "from these two equations we have two expressions for t \n" ); document.write( "t = 14 / (4+x) \n" ); document.write( "t = 7 / (4-x) \n" ); document.write( "set the two expressions equal to each other and solve for x \n" ); document.write( "14 / (4+x) = 7 / (4-x) \n" ); document.write( "cross multiply the fractions \n" ); document.write( "14*(4-x) = 7 * (4+x) \n" ); document.write( "divide both sides of = by 7 \n" ); document.write( "2*(4-x) = (4+x) \n" ); document.write( "8-2x = 4+x \n" ); document.write( "3x = 4 \n" ); document.write( "x = 4/3 = 1.33 km/h \n" ); document.write( " \n" ); document.write( " |