document.write( "Question 823811: Pipe A can fill a tank in 6 hours, and pipe B can fill it in 2 hours less time than it takes drainpipe C to empty the tank. With all three pipes open, it takes 3 hours and 20 minutes to fill the tank. How long does it take drainpipe C to empty the full tank with pipes A and B closed. \n" ); document.write( "
Algebra.Com's Answer #495835 by AnlytcPhil(1806)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "This is the correct complete solution:\r\n" );
document.write( "

\n" ); document.write( "Pipe A can fill a tank in 6 hours,
\r\n" );
document.write( "So Pipe A's tank filling rate is 1 tank per 6 hr or \"1_tank%2F6_hr\" or \"1%2F6\"\"tank%2Fhr\"

\n" ); document.write( "pipe B can fill it in 2 hours less time than it takes drainpipe C to empty the tank (with pipes A and B closed).
 \r\n" );
document.write( "Suppose drainpipe C can drain 1 tank in x hours.  Then drainpipe C's \"filling\"\r\n" );
document.write( "rate is a negative quantity -1 tank per x hours or \"-1_tank%2Fx_hr\" or \"-1%2Fx\"\"tank%2Fhr\"\r\n" );
document.write( "
pipe B can fill it in 2 hours less time than it takes drainpipe C to empty the tank.
 \r\n" );
document.write( "So Pipe B's tank filling rate is 1 tank per x-2 hr or \"1_tank%2F%28x-2_hr%29\" or \"1%2F%28x-2%29\"\"tank%2Fhr\"\r\n" );
document.write( "
With all three pipes open, it takes 3 hours and 20 minutes to fill the tank.
\r\n" );
document.write( "3 hours and 20 minutes is \"3%261%2F3\" or \"10%2F3\" hours.  \r\n" );
document.write( "\r\n" );
document.write( "So A, B, and C's combined filling rate is 1 tank per \"10%2F3\" hr or \"1_tank%2F%28%2810%2F3%29hr%29\" or \"1%2F%2810%2F3%29\"\"tank%2Fhr\" or \"3%2F10\"\"tank%2Fhr\"\r\n" );
document.write( "\r\n" );
document.write( "So we have this equation:\r\n" );
document.write( "\r\n" );
document.write( "\"%28matrix%284%2C1%2CPipe%2C%22A%27s%22%2Cfilling%2Crate%29%29\"\"%22%22%2B%22%22\"\"%28matrix%284%2C1%2CPipe%2C%22B%27s%22%2Cfilling%2Crate%29%29\"\"%22%22%2B%22%22\"\"%22%22=%22%22\"\"%28matrix%284%2C1%2CTheir%2Ccombine%2Cfilling%2Crate%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "   \"1%2F6\"\"%22%22%2B%22%22\"\"1%2F%28x-2%29\"\"%22%22%2B%22%22\"\"-1%2Fx\"\"%22%22=%22%22\"\"3%2F10\"\r\n" );
document.write( "\r\n" );
document.write( "   \"1%2F6\"\"%22%22%2B%22%22\"\"1%2F%28x-2%29\"\"%22%22-%22%22\"\"1%2Fx\"\"%22%22=%22%22\"\"3%2F10\"\r\n" );
document.write( "Multiply through by LCD = 30x(x-2)\r\n" );
document.write( "\r\n" );
document.write( "   5x(x-2) + 30x - 30(x-2) = 3·3x(x-2)\r\n" );
document.write( "5x² - 10x + 30x - 30x + 60 = 9x(x-2)\r\n" );
document.write( "            5x² - 10x + 60 = 9x² - 18x\r\n" );
document.write( "                         0 = 4x² - 8x - 60\r\n" );
document.write( "\r\n" );
document.write( "Divide through by 4      0 = x² - 2x - 15\r\n" );
document.write( "                         0 = (x - 5)(x + 3)\r\n" );
document.write( "                             x-5=0;   x+3=0\r\n" );
document.write( "                               x=5;     x=-3 (ignore)\r\n" );
document.write( "\r\n" );
document.write( "Aswer: 5 hours\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );