1. **Stating the problem:** We have two types of pumps, large and small. Two large and one small pump fill the pool in 4 hours. One large and three small pumps also fill the pool in 4 hours. We want to find how long 4 large and 4 small pumps take to fill the pool.
2. **Define variables:** Let $L$ be the rate of one large pump (pool/hour) and $S$ be the rate of one small pump (pool/hour).
3. **Write equations from the problem:**
- Two large and one small pump fill the pool in 4 hours, so their combined rate is $\frac{1}{4}$ pool/hour:
$$2L + S = \frac{1}{4}$$
- One large and three small pumps fill the pool in 4 hours, so:
$$L + 3S = \frac{1}{4}$$
4. **Solve the system of equations:**
From the first equation:
$$S = \frac{1}{4} - 2L$$
Substitute into the second:
$$L + 3\left(\frac{1}{4} - 2L\right) = \frac{1}{4}$$
5. **Simplify:**
$$L + \frac{3}{4} - 6L = \frac{1}{4}$$
$$\cancel{L} + \frac{3}{4} - 6\cancel{L} = \frac{1}{4}$$
$$-5L + \frac{3}{4} = \frac{1}{4}$$
6. **Isolate $L$:**
$$-5L = \frac{1}{4} - \frac{3}{4} = -\frac{2}{4} = -\frac{1}{2}$$
$$L = \frac{-\frac{1}{2}}{-5} = \frac{1}{10}$$
7. **Find $S$:**
$$S = \frac{1}{4} - 2\times \frac{1}{10} = \frac{1}{4} - \frac{1}{5} = \frac{5}{20} - \frac{4}{20} = \frac{1}{20}$$
8. **Calculate combined rate of 4 large and 4 small pumps:**
$$4L + 4S = 4\times \frac{1}{10} + 4\times \frac{1}{20} = \frac{4}{10} + \frac{4}{20} = \frac{4}{10} + \frac{2}{10} = \frac{6}{10} = \frac{3}{5}$$
9. **Find time to fill the pool:**
Time = $\frac{1}{\text{rate}} = \frac{1}{\frac{3}{5}} = \frac{5}{3} = 1\frac{2}{3}$ hours or 1 hour 40 minutes.
**Final answer:** It will take 4 large and 4 small pumps $\boxed{\frac{5}{3}}$ hours to fill the swimming pool.
Pump Filling Time D1A244
Step-by-step solutions with LaTeX - clean, fast, and student-friendly.