Difficulty: Medium
Correct Answer: 24 litres
Explanation:
Problem restatement
Repeatedly remove 8 L of wine and replace with water, 4 times total. Final ratio wine:water = 16:65. Find the initial capacity.
Concept/Approach
For repeated replacement, the fraction of wine remaining after n operations is (1 − d/V)n, where d is the amount removed each time and V is the initial volume. The final fraction equals wine/total.
Step-by-step calculation
Let V = initial volumeWine fraction after 4 operations = (1 − 8/V)4 = 16/(16 + 65) = 16/81(1 − 8/V) = (16/81)1/4 = 2/38/V = 1/3 ⇒ V = 24 litres
Verification/Alternative
(2/3)4 = 16/81, consistent with the given final ratio.
Common pitfalls
Using the single-replacement balance instead of the repeated replacement formula, or miscounting the number of operations.
Final Answer
24 litres
Discussion & Comments