document.write( "Question 241501: A swimming pool holds 600 cubic meters of water. It can be drained at the rate of 9 minutes faster than it can be filled. If it takes half an hour to fill it than to drain it, find the drainage rate. \n" ); document.write( "
Algebra.Com's Answer #176997 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A swimming pool holds 600 cubic meters of water. \n" ); document.write( " It can be drained at the rate of 9 minutes faster than it can be filled. \n" ); document.write( " If it takes half an hour to fill it than to drain it, find the drainage rate. \n" ); document.write( ": \n" ); document.write( "I couldn't make any sense of this problems until I add \"gal/min\" so it reads: \n" ); document.write( ": \n" ); document.write( "A swimming pool holds 600 cubic meters of water. \n" ); document.write( " It can be drained at the rate of 9 gal/min faster than it can be filled. \n" ); document.write( " If it takes a half an hour more to fill it than to drain it, find the drainage rate. \n" ); document.write( ": \n" ); document.write( "Let r = rate in gal/min to drain it \n" ); document.write( "then \n" ); document.write( "(r-9) = rate in gal/min to fill it \n" ); document.write( ": \n" ); document.write( "Fill time - drain time = half-hour \n" ); document.write( " \n" ); document.write( "Multiply equation by r(r-9), results \n" ); document.write( "600r - 600(r-9) = 30r(r-9) \n" ); document.write( ": \n" ); document.write( "600r - 600r + 5400 = 30r^2 - 270r \n" ); document.write( "Arrange as quadratic equation \n" ); document.write( "30r^2 - 270r - 5400 = 0 \n" ); document.write( "Simplify, divide by 30 \n" ); document.write( "r^2 - 9r - 180 = 0 \n" ); document.write( ": \n" ); document.write( "Use the quadratic formula to find r: a=1; b=-9; c= -180 \n" ); document.write( ": \n" ); document.write( "The positive solution \n" ); document.write( "r = 18.651 gal/min to drain it \n" ); document.write( "; \n" ); document.write( "; \n" ); document.write( "Check solution \n" ); document.write( " \n" ); document.write( "62.17 - 32.17 = 30 minutes \n" ); document.write( " |