document.write( "Question 262073: One pipe can fill a tank in 6 hours less than another. Together they can fill the tank in 4 hours. How long would it take each alone to fill the tank? \n" ); document.write( "
Algebra.Com's Answer #193132 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 4/(x-6)+4/x=1 \n" ); document.write( "4x+4(x-6)=(x-6)*x \n" ); document.write( "8x-24=x^2-6x \n" ); document.write( "0=x^2-14x+24 \n" ); document.write( "(x-2)(x-12)=0\r \n" ); document.write( "\n" ); document.write( "x=2 or x=12 \n" ); document.write( "we can't use x=2 since we can't have -4 hours \n" ); document.write( "4/12+4/6=1 \n" ); document.write( "2/6+4/6=1 \n" ); document.write( "true \n" ); document.write( "x=12 hours \n" ); document.write( "one in 12 hours and one in 6 hours \n" ); document.write( " \n" ); document.write( " |