Difficulty: Medium
Correct Answer: 35
Explanation:
Introduction / Context:
We start with pure ethanol and repeatedly remove a fixed volume and replace with water. After two operations, compute ethanol remaining then infer water.
Given Data / Assumptions:
Concept / Approach:
Remaining ethanol = V*(1 − d/V)^n = 80*(1 − 20/80)^2 = 80*(3/4)^2.
Step-by-Step Solution:
Verification / Alternative check:
Sequential: after first step ethanol = 60 L; after second, remove 1/4 of the 60 (15), leaving 45 → water 35.
Why Other Options Are Wrong:
40 and 44 misapply single-step removal; 45 is ethanol, not water.
Common Pitfalls:
Reporting remaining ethanol instead of the asked water volume.
Final Answer:
35
Discussion & Comments