document.write( "Question 1135820:  Working together, it takes two different sized hoses 
\n" );
document.write( " 30 minutes to fill a small swimming pool. If it takes 
\n" );
document.write( "45 minutes for the larger hose to fill the swimming pool by itself, how long will it take the smaller hose to fill the pool on its own? \n" );
document.write( "
| Algebra.Com's Answer #753500 by greenestamps(13209)     You can put this solution on YOUR website! \n" ); document.write( "Here is an alternative to the standard algebraic method for solving \"working together\" problems like this that I find many students prefer. \n" ); document.write( "(1) Find the least common multiple of the given times. \n" ); document.write( "The LCM of 30 and 45 is 90. \n" ); document.write( "(2) Determine how many times each hose could fill the pool in that amount of time. \n" ); document.write( "The two hoses together could fill the pool 90/30 = 3 times. \n" ); document.write( "The larger hose could fill the pool 90/45 = 2 times. \n" ); document.write( "The large hose alone could fill the pool 2 times in 90 minutes; the two together could fill the pool 3 times. That means that in 90 minutes the smaller hose could fill the pool once. \n" ); document.write( "So the time it takes the smaller hose to fill the pool is 90 minutes. \n" ); document.write( " |