Question
A vessel contains litres of pure milk. In each operation, some quantity of the mixture is removed and replaced with the same quantity of water. In the first operation, litres are removed; in the second, litres are removed; in the third, litres are removed. After the third operation, exactly half of the contents (by volume) is milk. If is a positive integer, find the value of .
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Answer
} Setting exactly, , so . The nearest integer is .
Detailed solution
Let (litres of milk initially). After operation 1 (remove , add water): milk fraction .
After operation 2 (remove , add water): milk fraction .
After operation 3 (remove , add water): milk fraction .
Substitute :
We need a positive integer with (so ).
Try : , factors . Too small.
The product needs to be , which is large; so all three factors must be close to , meaning small. Try : , . Too large.
Try : , . Very close.
Solve exactly: . Expand: . . Set : , i.e. .
At : , so root slightly above .
This does not give integer . We re-examine: the question demands integer . The cubic in does not have a rational solution corresponding to integer .
Rectification: The intended cleaner setup is to drop the integer constraint and accept such that the equation is exact. Verification with gives milk fraction , not exactly .
Recomputed answer: Setting exactly, , so . The nearest integer is .
Final answer for the printed (integer-feasibility) version: (the closest integer at which the milk fraction is approximately one-half; the integer-feasibility constraint is the trap — there is no exact integer, and the answer key value shown earlier was wrong).
Let me re-verify rigorously: .
Since the cubic has no integer-rational root in , the question is invalid as stated. We replace this question; see the Replacement below.
Replacement Q2 (used in this paper):
A vessel contains litres of pure milk. In each operation, litres of the mixture are removed and replaced with litres of water. After such operations, the volume of milk left first becomes less than litres. Find .
Solution: After operations, milk . We need , i.e. . . . So .
Verified answer: .
\textit{(The Answer Key entry ``'' for Q2 corresponds to a different original variant; please use for the replacement version stated in this paper.)}
Why this is CAT-level: Threshold crossing makes brute multiplication necessary but bounded; comparing to tests fraction estimation under time pressure.