Question 298585: two taps can fill a bucket in 2 and 3 minutes respectively. if they are turned on together, how long will theytake to fill the bucket? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! two taps can fill a bucket in 2 and 3 minutes respectively. if they are turned on together, how long will theytake to fill the bucket?
-------
Faster Tap DATA:
time = 2 minutes/job ; rate = 1/2 job/minutes
-------
Slower Tap DATA:
time = 3 minutes/job ; rate = 1/3 job/minutes
-------
Together DATA:
time = x minutes/job ; rate = 1/x job/minutes
--------
Equation:
rate + rate = together rate
1/2 + 1/3 = 1/x
3x + 2x = 6
5x = 6
x = 6/5 = 1.2 minutes
=========================
Cheers,
Stan H.