Difficulty: Hard
Correct Answer: 118.08 L
Explanation:
Introduction / Context:This is a repeated replacement (successive dilution) problem. Each time 40 litres are removed from a 200 litre tank, the fraction removed is 40/200 = 1/5. Whatever petrol remains is multiplied by (1 - 1/5) = 4/5 after each operation. Kerosene amount then equals total volume minus remaining petrol.
Given Data / Assumptions:
Concept / Approach:Petrol left after n operations = initial petrol * (1 - removed/total)^n. Then kerosene = total - petrol left.
Step-by-Step Solution:
Step 1: Fraction removed each time = 40/200 = 1/5 Step 2: Fraction remaining each time = 1 - 1/5 = 4/5 = 0.8 Step 3: Petrol after 4 operations = 200 * (0.8)^4 Step 4: (0.8)^2 = 0.64, so (0.8)^4 = 0.64^2 = 0.4096 Step 5: Petrol left = 200 * 0.4096 = 81.92 L Step 6: Kerosene in tank = 200 - 81.92 = 118.08 LVerification / Alternative check:As operations increase, petrol decreases and kerosene increases. After 4 rounds, petrol is 81.92 L (less than half), so kerosene 118.08 L is reasonable and consistent with successive replacement behavior.
Why Other Options Are Wrong:
81.92 L: that is petrol left, not kerosene. 96 L: corresponds to an incorrect linear assumption instead of exponential decay. 103.68 L: does not match the correct (0.8)^4 calculation. 120 L: close but not exact; correct value is 118.08 L.Common Pitfalls:Many learners subtract 40 litres of petrol each time and assume petrol reduces linearly (200 - 4*40 = 40), which is wrong because later removals contain kerosene too. Another mistake is using (0.2)^4 instead of (0.8)^4 for remaining fraction.
Final Answer:118.08 L
Discussion & Comments