document.write( "Question 1040135: A large pump can fill a tank in 28 minutes. Both a large pump and a small pump can fill a tank in 20 minutes. How long would it take the small pump to fill the tank by itself? \n" ); document.write( "
Algebra.Com's Answer #654927 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
(28*x)/(x+28) = 20
\n" ); document.write( "28*x = 20(x+28)
\n" ); document.write( "28x = 20x+560
\n" ); document.write( "Subtract 20x from both sides:
\n" ); document.write( "8x = 560
\n" ); document.write( "x = 70 minutes
\n" ); document.write( "
\n" );