Difficulty: Medium
Correct Answer: 29.16 litres
Explanation:
Problem restatement
Successive replacement: each time remove 4 L of the current mixture from a 40 L container (initially pure milk) and refill with water. After 3 such operations, find remaining milk.
Given data
Concept/Approach
Use the standard successive-replacement formula: Remaining milk = Initial × (1 − removed/total)n.
Step-by-step calculation
Remaining milk = 40 × (1 − 4/40)3 = 40 × (36/40)3 = 40 × (0.9)3 = 40 × 0.729 = 29.16 L
Verification/Alternative
Iterative check: After 1st cycle milk = 40×0.9 = 36; 2nd = 36×0.9 = 32.4; 3rd = 32.4×0.9 = 29.16 L.
Common pitfalls
Final Answer
29.16 litres
Discussion & Comments