document.write( "Question 358405: A tank can be filled in 2 hours by 2 pipes together.
\n" );
document.write( "The larger pipe can fill it in 3 hours less than the smaller.
\n" );
document.write( "How long will it take each pipe to fill the tank? \n" );
document.write( "
Algebra.Com's Answer #255783 by mananth(16946)![]() ![]() You can put this solution on YOUR website! both together take 2 hours \n" ); document.write( "so they do 1/2 the job in1 hour \n" ); document.write( ".. \n" ); document.write( "let smaller pipe take x hours \n" ); document.write( "so it will do 1/x of the job in 1 hour \n" ); document.write( ".. \n" ); document.write( "second pipe takes x-3 hours \n" ); document.write( "so it does 1/(x-3) of the job in 1 hour \n" ); document.write( "... \n" ); document.write( "1/x + 1/(x-3)=1/2 \n" ); document.write( "x-3+x/x(x-3)=1/2 \n" ); document.write( "2x-3=1/2* x(x-3) \n" ); document.write( "2(2x-3)=x(x-3) \n" ); document.write( "4x-6=x^2-3x \n" ); document.write( "x^2-3x-4x+6=0 \n" ); document.write( "x^2-7x+6=0 \n" ); document.write( "x^2-6x-x+6=0 \n" ); document.write( "x(x-6)-1(x-6)=0 \n" ); document.write( "(x-6)(x-1)=0 \n" ); document.write( "x=1 OR 6 \n" ); document.write( "x = 1 is not valid \n" ); document.write( "so x=6 hours taken by the pipe alone \n" ); document.write( "second pipe takes 6-3 = 3 hours to fill the tank \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |