document.write( "Question 928581: A motorboat traveled for 1 hour with a 2 mph current. The return trip against the same current took 2 hours. Find the speed of the motorboat in still water. \n" ); document.write( "
Algebra.Com's Answer #563694 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! x = speed of boat in still water \n" ); document.write( "y = one-way trip distance \n" ); document.write( "c = speed of current = 2 mph \n" ); document.write( "--- \n" ); document.write( "s = d/t \n" ); document.write( "--- \n" ); document.write( "downstream: \n" ); document.write( "x + c = y/1 \n" ); document.write( "x + 2 = y/1 \n" ); document.write( "--- \n" ); document.write( "upstream: \n" ); document.write( "x - c = y/2 \n" ); document.write( "x - 2 = y/2 \n" ); document.write( "--- \n" ); document.write( "put the system of linear equations into standard form \n" ); document.write( "--- \n" ); document.write( "x + 2 = y/1 \n" ); document.write( "x - 2 = y/2 \n" ); document.write( "--- \n" ); document.write( "x - y/1 = -2 \n" ); document.write( "x - y/2 = 2 \n" ); document.write( "--- \n" ); document.write( "x - y = -2 \n" ); document.write( "x - 0.5y = 2 \n" ); document.write( "--- \n" ); document.write( "copy and paste the above standard form linear equations in to this solver: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( "--- \n" ); document.write( "solution: \n" ); document.write( "x = speed of boat in still water = 6 mph \n" ); document.write( "y = one-way trip distance = 8 miles \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( "Solve systems of linear equations up to 6-equations 6-variables: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( " |