Difficulty: Hard
Correct Answer: 87.48 litres
Explanation:
Introduction / Context:This is a successive replacement problem. Each time you remove a fixed fraction of the mixture and replace it with another liquid, the amount of the original liquid (diesel) reduces by the same fraction repeatedly. The remaining diesel follows an exponential pattern: diesel left = initial diesel * (remaining fraction)^number of operations.
Given Data / Assumptions:
Concept / Approach:Diesel left after n operations = initial diesel * (1 - removed/total)^n. Here removed/total = 12/120 = 0.1, so remaining fraction is 0.9 each time.
Step-by-Step Solution:
Step 1: Fraction removed each time = 12/120 = 0.1 Step 2: Fraction of diesel remaining each time = 1 - 0.1 = 0.9 Step 3: Diesel after 3 operations = 120 * (0.9)^3 Step 4: (0.9)^3 = 0.729 Step 5: Diesel left = 120 * 0.729 = 87.48 LVerification / Alternative check:After 1st: 120*0.9 = 108 L. After 2nd: 108*0.9 = 97.2 L. After 3rd: 97.2*0.9 = 87.48 L. The step-by-step multiplication confirms the same result.
Why Other Options Are Wrong:
87.62 litres and 88.01 litres: minor rounding-like values that do not match exact 120*0.729. 86.40 litres: corresponds to an incorrect remaining fraction assumption. 90.00 litres: would require fewer than 3 operations or a smaller removal fraction.Common Pitfalls:Do not subtract 12 litres diesel each time (120-36=84), because after the first step the removed 12 litres contains kerosene too. Another mistake is using (0.1)^3 instead of (0.9)^3. Remember: 0.9 is what remains, not what is removed.
Final Answer:87.48 litres
Discussion & Comments