The setup: A and C fill a tank, B drains it. B empties a full tank in one hour less than A takes to fill it (b=a−1). Together A, B, C fill an empty tank in 2 hours. Separately, B and C run for one hour, then B is shut and C alone finishes in 1 h 15 min. Given A takes under 5 hours, find C's fill time.
Let A, B, C take a,b,c hours. Rates: A =a1, B =−b1, C =c1, with b=a−1.
Condition 1 (all three, 2 hours):
\frac{1}{a} - \frac{1}{b} + \frac{1}{c} = \frac{1}{2}. \tag{1}
Condition 2 (B+C for 1 h, then C for 1.25 h):
\left(\frac{1}{c} - \frac{1}{b}\right) + 1.25 \cdot \frac{1}{c} = 1 \;\Rightarrow\; \frac{2.25}{c} - \frac{1}{b} = 1. \tag{2}
Step 1 — From (2), with b=a−1:
\frac{2.25}{c} = 1 + \frac{1}{a - 1} = \frac{a}{a - 1} \;\Rightarrow\; \frac{1}{c} = \frac{a}{2.25(a - 1)}. \tag{3}
Step 2 — Substitute into (1) and clear denominators. After simplifying, this reduces to
0.125a2−1.125a+2.25=0⇒a2−9a+18=0⇒(a−3)(a−6)=0.
Step 3 — Pick a<5: so a=3. From (3), c1=2.25×23=32, so c=1.5 hours =90 minutes.
Check: a=3,b=2,c=1.5. Equation (1): 31−21+32=21 ✓. Condition 2: one hour of B+C fills 61, the remaining 65 at rate 32 takes 1.25 h ✓.
Answer: A
💡 Teacher tip: In pipe problems, always work with rates (tank per hour) and let a drain be a negative rate. The "extra 5 hours" clue is there to pick between the two roots — never ignore such a constraint.