document.write( "Question 926695: A boat is traveling 9 miles downstream in the same time that he travels 3 miles upstream, against the river current. The speed of the river current is 6 miles per hour, what is the speed of the boat traveling in still water, or with no river current.\r
\n" );
document.write( "\n" );
document.write( "Im not sure how to set up the problem, if someone could explain that would be very helpful. not looking for the answer, more so how to set this word problem up. \n" );
document.write( "
Algebra.Com's Answer #562401 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! x = speed of boat in still water \n" ); document.write( "s = d/t \n" ); document.write( "--- \n" ); document.write( "downstream: \n" ); document.write( "x + 6 = 9/t \n" ); document.write( "t = 9/(x + 6) \n" ); document.write( "--- \n" ); document.write( "upstream: \n" ); document.write( "x - 6 = 3/t \n" ); document.write( "t = 3/(x - 6) \n" ); document.write( "--- \n" ); document.write( "9/(x + 6) = 3/(x - 6) \n" ); document.write( "9(x - 6) = 3(x + 6) \n" ); document.write( "9x - 54 = 3x + 18 \n" ); document.write( "6x = 72 \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "x = speed of boat in still water = 12 mph \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( " |