document.write( "Question 206789: bob fills a pool in 30 min, joe does it in 45 min frank takes 90 minutes - how may minutes will it take them all to fill the pool? \n" ); document.write( "
Algebra.Com's Answer #156318 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
they each fill a fraction of the pool based on their own times
\n" ); document.write( "___ the fractions sum to 1 (the whole pool)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "let x=\"combined time\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x/30 + x/45 + x/90 = 1\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "multiplying by 90 (LCD) ___ 3x + 2x + x = 90 ___ 6x = 90 ___ x = 15
\n" ); document.write( "
\n" );