document.write( "Question 830766: A river is one kilometer wide and flows with a uniform stream velocity. A ship sailing at full speed needs 12 minutes to cover one kilometer upstream, and 3 minutes to cover one kilometer downstream. What is the shortest time in which the ship can cross the river to the nearest point on the opposite bank? \n" ); document.write( "
Algebra.Com's Answer #500920 by TimothyLamb(4379) You can put this solution on YOUR website! --- \n" ); document.write( "x = ship speed \n" ); document.write( "y = water speed \n" ); document.write( "--- \n" ); document.write( "s = d/t \n" ); document.write( "t = d/s \n" ); document.write( "--- \n" ); document.write( "up: \n" ); document.write( "12 = 1/(x - y) \n" ); document.write( "--- \n" ); document.write( "down: \n" ); document.write( "3 = 1/(x + y) \n" ); document.write( "--- \n" ); document.write( "linear system: \n" ); document.write( "12 = 1/(x - y) \n" ); document.write( "3 = 1/(x + y) \n" ); document.write( "--- \n" ); document.write( "put the system of linear equations into standard form: \n" ); document.write( "--- \n" ); document.write( "12(x - y) = 1 \n" ); document.write( "3(x + y) = 1 \n" ); document.write( "--- \n" ); document.write( "12x - 12y = 1 \n" ); document.write( "3x + 3y = 1 \n" ); document.write( "--- \n" ); document.write( "copy and paste the above linear system in standard form into this matrix-method solver: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( "--- \n" ); document.write( "speeds: \n" ); document.write( "x = ship speed = 0.20833333 km/min \n" ); document.write( "y = water speed = 0.125 km/min \n" ); document.write( "--- \n" ); document.write( "perpendicular river crossing, 1-km bank to bank: \n" ); document.write( "--- \n" ); document.write( "make a right triangle with: \n" ); document.write( "hypotenuse = ship speed \n" ); document.write( "side-a = water speed \n" ); document.write( "side-b = net ship speed \n" ); document.write( "--- \n" ); document.write( "hh = aa + bb \n" ); document.write( "bb = hh - aa \n" ); document.write( "b = sqrt( hh - aa ) \n" ); document.write( "b = sqrt( 0.20833333^2 - 0.125^2 ) \n" ); document.write( "b = 0.16666666 km/min \n" ); document.write( "--- \n" ); document.write( "s = d/t \n" ); document.write( "t = d/s \n" ); document.write( "--- \n" ); document.write( "t = (1 km) / (0.16666666 km/min) \n" ); document.write( "t = 6.0 min \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "time required to cross the 1-kilometer wide river to the nearest point on the opposite bank = 6 minutes \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( " |