Question
TITA} A vessel contains litres of pure milk. In each operation, exactly litres of the liquid in the vessel is removed and replaced by litres of water, where is the same positive integer in every operation. After exactly operations, the volume of milk remaining in the vessel is found to be strictly greater than litres and strictly less than litres. Find the largest possible value of .
Answer
.
Detailed solution
After operations, the milk remaining is
$
80!\left(\frac{80-x}{80}\right)^{4}=\frac{(80-x)^{4}}{80^{3}}.
$
We need , i.e.,
, so
Test integers :
- -- too small.
- -- in range (, milk ).
- -- in range (, milk ).
- -- in range (, milk ).
- -- too large.
So . The largest such is .
Why this is CAT-level: The hardening comes from the band condition combined with integer feasibility. The natural attempt -- setting up for a clean -- fails because no clean closed-form root works; one must bracket the integer band by estimating , , mentally.
Answer: .