document.write( "Question 904086: A large pump takes only 6 hours to fill a pool while a smaller pump takes 9 hours by itself to fill the same pool. How long will it take to fill the pool if both pumps work together? \n" ); document.write( "
Algebra.Com's Answer #548529 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! a=6 \n" ); document.write( "b=9 \n" ); document.write( "1/a+1/b=1/x \n" ); document.write( "1/6+1/9=1/x \n" ); document.write( "1/6+1/9=1/3.6 \n" ); document.write( "1/x=1/3.6 \n" ); document.write( "x=3.6 hours working together \n" ); document.write( "check \n" ); document.write( "1/a+1/b=1/x \n" ); document.write( "1/6+1/9=1/x \n" ); document.write( "9/54+6/54=1/x \n" ); document.write( "15/54=1/x \n" ); document.write( "54/15=x \n" ); document.write( "x=3.6 hours working together \n" ); document.write( "ok \n" ); document.write( " \n" ); document.write( " |