document.write( "Question 273955: please help me solve this word problem: two pipes working together drain a water holding tank in 6 hours. if used alone to empty the tank, one takes 2 hours longer than the other. how long does each take to empty the tank if used alone? \n" ); document.write( "
Algebra.Com's Answer #200024 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! two pipes working together drain a water holding tank in 6 hours. \n" ); document.write( " if used alone to empty the tank, one takes 2 hours longer than the other. \n" ); document.write( " how long does each take to empty the tank if used alone? \n" ); document.write( ": \n" ); document.write( "Let x = time for one pipe to drain it by itself \n" ); document.write( "then \n" ); document.write( "(x+2) = time for the other pipe to by itself \n" ); document.write( "; \n" ); document.write( "Let the completed job = 1, (a drained tank) \n" ); document.write( ": \n" ); document.write( "Each pipe does a fraction of the job, the two fractions add up to one. \n" ); document.write( " \n" ); document.write( "Multiply equation by x(x+2), results: \n" ); document.write( "6(x+2) + 6x = x(x+2) \n" ); document.write( "; \n" ); document.write( "6x + 12 + 6x = x^2 + 2x \n" ); document.write( ": \n" ); document.write( "12x + 12 = x^2 + 2x \n" ); document.write( "Arrange as a quadratic equation \n" ); document.write( "0 = x^2 + 2x - 12x - 12 \n" ); document.write( ": \n" ); document.write( "x^2 - 10x - 12 = 0 \n" ); document.write( "We have to use the quadratic formula to solve this: \n" ); document.write( " \n" ); document.write( "In this equation a=1; b=-10; c=-12 \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "We only want the positive solution \n" ); document.write( " \n" ); document.write( "x = \n" ); document.write( "x = 11.08 hrs, for the 1st pipe to drain it alone \n" ); document.write( "and \n" ); document.write( "11.08 + 2 = 13.08 hrs for the 2nd pipe alone \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "Check solution \n" ); document.write( "6/11.08 + 6/13.08 = \n" ); document.write( ".54 + .46 = 1; confirms our solutions \n" ); document.write( " |