Let Co = the original amount of chemical (50 litres)
C1 = the amount of chemical after after 10 litres is removed and 10 liters of water is added the first time
and so on.
The recursive formula appears to be Cn+1 = Cn/1.25
Starting with the original amount of 50, after removing 10 litres and adding 10 litres water, the concentration is 40.
or C1 = Co/1.25 = 50/1.25 = 40
Then next time, (C2 - C1)/C2 = -.25 or 1.25C2 = C1 or C2 = C1/1.25 = Co/(1.25)2
Now you can see that Cn = Co/(1.25)n Then C9 = Co/(1.25)9 = 50/(1.25)9 = 6.71 litres
This should help you complete the three questions!