document.write( "Question 927307: One pipe can empty a tank 3 times faster than another pipe. Starting with a full tank, both pipes take 6 hrs to empty the tank. How long does it take the faster pipe working alone to empty a full tank? \n" ); document.write( "
Algebra.Com's Answer #562877 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! r = w/t \n" ); document.write( "--- \n" ); document.write( "x = rate of slow pipe \n" ); document.write( "y = rate of fast pipe \n" ); document.write( "y = 3x \n" ); document.write( "--- \n" ); document.write( "1/(x + y) = 6 \n" ); document.write( "1 = 6(x + y) \n" ); document.write( "1 = 6x + 6y \n" ); document.write( "1 = 6x + 6*3x \n" ); document.write( "1 = 6x + 18x \n" ); document.write( "1 = 24x \n" ); document.write( "x = 1/24 \n" ); document.write( "--- \n" ); document.write( "y = 3x \n" ); document.write( "y = 3/24 \n" ); document.write( "y = 1/8 \n" ); document.write( "--- \n" ); document.write( "r = w/t \n" ); document.write( "t = w/r \n" ); document.write( "t = w/y \n" ); document.write( "t = 1/(1/8) \n" ); document.write( "t = 8 \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "How long it takes the faster pipe working alone to empty a full tank = 8 hours \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( " |