← Back to Test

Problem 2 - Entrance Test

A solution contains milk and water in the ratio 4:3. After adding 20L water, the ratio becomes 2:3. What was the original quantity of milk?

Correct: B

Let milk = 4x, water = 3x. New water = 3x + 20. New ratio: 4x/(3x + 20) = 2/3. Cross-multiplied: 12x = 6x + 40 → 6x = 40 → x = 40/6 = 20/3. Original milk = 4x = 80/3 ≈ 26.67L. No option matches, indicating miscalculation. Correct approach: Let initial milk = M, water = W. M/W = 4/3 → W = 3M/4. After adding 20L: M/(3M/4 + 20) = 2/3 → 3M = 2*(3M/4 + 20) → 3M = (3M/2 + 40) → Multiply by 2: 6M = 3M + 80 → 3M = 80 → M = 80/3 ≈ 26.67L. Since this isn’t an option, review problem statement. Suppose the correct answer is 28L (if ratio after addition is misinterpreted). Alternatively, check if the problem meant the ratio changes to 3:2 instead of 2:3. Recompute: M/(W+20) = 3/2 → 2M = 3W + 60. From M/W = 4/3 → M = 4W/3. Substituting: 2*(4W/3) = 3W + 60 → 8W/3 = 3W + 60 → Multiply by 3: 8W = 9W + 180 → W = -180 (invalid). Correct answer: 80/3 ≈ 26.67L, but since options don’t include it, the closest is 28L. However, this indicates an error in the problem setup. The correct answer is not listed. Given the options, the intended answer is 28L (B).