document.write( "Question 493589: A big pipe can fill a tank in 7 minutes less than a small pipe. If they work together, the total time taken is 12 minutes. How long will it take for the big pipe to fill a tank alone? \n" ); document.write( "
Algebra.Com's Answer #335408 by deborabr(181)\"\" \"About 
You can put this solution on YOUR website!
small pipe = x
\n" ); document.write( "big pipe = x-7
\n" ); document.write( "x+x-7=12
\n" ); document.write( "2x=12+7
\n" ); document.write( "2x=19
\n" ); document.write( "x=19/2
\n" ); document.write( "the small pipe takes 19/2=9,5 min alone
\n" ); document.write( "big pipe takes 9,5-7 = 2,5 min
\n" ); document.write( "
\n" );