document.write( "Question 312902: Jack and Jill are hired to empty a tank. If they work together it takes them 12 minutes. Working alone, Jack would take 10 minutes longer than Jill to empty the tank. How long does it take for Jack to empty the tank himself? How long does it take jill? \n" ); document.write( "
Algebra.Com's Answer #223716 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Jack and Jill are hired to empty a tank. If they work together it takes them 12 minutes. Working alone, Jack would take 10 minutes longer than Jill to empty the tank. How long does it take for Jack to empty the tank himself? How long does it take jill? \n" ); document.write( ". \n" ); document.write( "Let x = minutes it takes Jill to do it alone \n" ); document.write( "then \n" ); document.write( "x+10 = minutes it takes Jack to do it alone \n" ); document.write( ". \n" ); document.write( "12(1/x + 1/(x+10)) = 1 \n" ); document.write( "multiplying both sides by x(x+10) \n" ); document.write( "12((x+10) + x) = x(x+10) \n" ); document.write( "12(2x+10) = x(x+10) \n" ); document.write( "24x+120 = x^2+10x \n" ); document.write( "120 = x^2-14x \n" ); document.write( "0 = x^2-14x-120 \n" ); document.write( "0 = (x+6)(x-20) \n" ); document.write( "x = {-6, 20} \n" ); document.write( "Toss out the negative solution (doesn't make sense) leaving \n" ); document.write( "x = 20 minutes (time it takes Jill) \n" ); document.write( ". \n" ); document.write( "Jack: \n" ); document.write( "x+10 = 20+10 = 30 minutes \n" ); document.write( " \n" ); document.write( " |