document.write( "Question 813371: The speed of a stream is 3 km/h. A boat travels 6 km upstream in the same time it takes to travel 10 km downstream. What is the speed of the boat in still water? \n" ); document.write( "
Algebra.Com's Answer #489612 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! w = 3 kph \n" ); document.write( "--- \n" ); document.write( "s = d / t \n" ); document.write( "t = d / s \n" ); document.write( "--- \n" ); document.write( "6/(b - w) = 10/(b + w) \n" ); document.write( "10/(b + w) - 6/(b - w) = 0 \n" ); document.write( "--- \n" ); document.write( "10(b - w)/((b + w)(b - w)) - 6(b + w)/((b + w)(b - w)) = 0 \n" ); document.write( "10(b - w) - 6(b + w) = 0 * ((b + w)(b - w)) \n" ); document.write( "--- \n" ); document.write( "10(b - 3) - 6(b + 3) = 0 \n" ); document.write( "10b - 30 - 6b - 18 = 0 \n" ); document.write( "4b - 48 = 0 \n" ); document.write( "4b = 48 \n" ); document.write( "b = 12 \n" ); document.write( "--- \n" ); document.write( "Answer: \n" ); document.write( "the speed of the boat in still water is 12 kph \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |