document.write( "Question 675257: Two pipes are used to fill a water storage tank. The first pipe can fill the tank in 4 hours, and the two pipes together can fill the tank in 2 hours less time than the second pipe alone. How long would it take for the second pipe to fill the tank?
\n" );
document.write( "If you could solve in quadratics, that would be best. \n" );
document.write( "
Algebra.Com's Answer #419679 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Two pipes are used to fill a water storage tank. The first pipe can fill the tank in 4 hours, and the two pipes together can fill the tank in 2 hours less time than the second pipe alone. How long would it take for the second pipe to fill the tank? \n" ); document.write( "------- \n" ); document.write( "1st pipe rate is 1/4 job/hr \n" ); document.write( "----- \n" ); document.write( "2nd pipe rate is 1/x job/hr \n" ); document.write( "------ \n" ); document.write( "Together rate is 1/(x-2) job/hr \n" ); document.write( "---------- \n" ); document.write( "Equation: \n" ); document.write( "rate + rate = together rate \n" ); document.write( "--- \n" ); document.write( "1/4 + 1/x = 1/(x-2) \n" ); document.write( "--- \n" ); document.write( "x(x-2) + 4(x-2) = 4x \n" ); document.write( "----- \n" ); document.write( "x^2 - 2x + 4x-8 = 4x \n" ); document.write( "------ \n" ); document.write( "x^2 -2x - 8 = 0 \n" ); document.write( "--- \n" ); document.write( "Factor: \n" ); document.write( "(x-4)(x+2) = 0 \n" ); document.write( "--- \n" ); document.write( "Positive solution: \n" ); document.write( "x = 4 hrs (time for the 2nd pipe to do the job) \n" ); document.write( "--- \n" ); document.write( "x-2 = 2 hrs (time for the 2 pipes to do the job together) \n" ); document.write( "============ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |