document.write( "Question 1111270: Mary wants to fill a swimming pool that holds 15,000 gallons of water. if she fills from a large hose for 3 hours and a small hose for 8 hours, she can fill half the pool. The pool is completely filled if she uses both hoses together for 10 hours. how long will it take to fill the pool using each hose by itself. \n" ); document.write( "
Algebra.Com's Answer #726269 by amalm06(224)\"\" \"About 
You can put this solution on YOUR website!
Suppose it takes the large hose x hours to fill the pool by itself. Then the
\n" ); document.write( "work rate of the large hose is 1/x. Similarly, suppose it takes the small hose y hours to fill the pool by itself. Then the work rate of the small hose is 1/y.\r
\n" ); document.write( "\n" ); document.write( "Using the constraints in the problem, write a system of simultaneous equations:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(3/x)+(8/y)=1/2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(10/x)+(10/y)=1\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Solve the system of equations to find the values of x and y.
\n" ); document.write( "
\n" );