Jim can fill a pool carrying buckets of water in 30 minutes. Sue can do the
\n" );
document.write( "same job in 45 minutes. Tony can do the same job in 1 ½ hours. How quickly can
\n" );
document.write( "all three fill the pool together.
\n" );
document.write( "
\n" );
document.write( "What we need is this equation:\r
\n" );
document.write( "\n" );
document.write( "Jim's rate + Sue's rate + Tony's rate = their combined rate
\n" );
document.write( "
\n" );
document.write( ">>...How quickly can all three fill the pool together...<<
\n" );
document.write( "
\n" );
document.write( "Let the time be x minutes.
\n" );
document.write( "THEREFORE
\n" );
document.write( "their combined rate = 1 pool per x minutes or
\n" );
document.write( "their combined rate = 1/x pool per minute
\n" );
document.write( ">>...Jim can fill a pool...in 30 minutes...<<
\n" );
document.write( "TRANSLATION:
\n" );
document.write( "Jim's rate is 1 pool per 30 minutes or
\n" );
document.write( "Jim's rate = 1/30 pool per minute
\n" );
document.write( ">>...Sue can do the same job in 45 minutes...<<
\n" );
document.write( "TRANSLATION:
\n" );
document.write( "Sue's rate is 1 pool per 45 minutes or
\n" );
document.write( "Sue's rate = 1/45 pool per minute
\n" );
document.write( ">>...Tony can do the same job in 1 ½ hours.,,<<
\n" );
document.write( "TRANSLATION:
\n" );
document.write( "Tony's rate is 1 pool per 1½ hour
\n" );
document.write( "Tony's rate is 1 pool per 90 minutes
\n" );
document.write( "Tony's rate = 1/90 pool per minute
\n" );
document.write( "Now
\n" );
document.write( "Jim's rate + Sue's rate + Tony's rate = their combined rate
\n" );
document.write( "becomes
\n" );
document.write( " 1/30 + 1/45 + 1/90 = 1/x
\n" );
document.write( "Get the LCD of all the denominators 30, 45, 90, and x, which is 90x.
\n" );
document.write( "Multiply through by 90x
\n" );
document.write( " (90x)(1/30) + (90x)(1/45) + (90x)(1/90) = (90x)(1/x)
\n" );
document.write( " 3x + 2x + x = 90
\n" );
document.write( " 6x = 90
\n" );
document.write( " x = 90/6
\n" );
document.write( " x = 15 minutes
\n" );
document.write( "Edwin
\n" );
document.write( "