I need to clean my fish tank. However, I can only remove 25% of the water at a time, then refill. How many times must I remove and refill until I have reduced/diluted the original polluted water to 5% and then 1%.
Hi anonymous,
Maybe I can help
Instead of having the original amount being y0 units why not let it be 1 unit. Then everything is a little easier.
So
yn=(34)ny0becomesyn=(34)n
remember, yn is the amount of original water in the tank.
You want to know when this become 5%. 5% of the original 1 unit is 0.05*1=0.05
so you want to know when
(34)n=0.05
NOW
If you would like me to explain without changing the y0 to 1 , I can do that for you.
The amount of old water y is found with the equation, with n being the number of refills:
yn=34∗yn−1
This can be changed to a version where yn−1 is irrelevant to yn:
yn=(34)n∗y0
With y0 being the starting amount of water.
We are considering percentages hence we divide yn by y0:
yny0=(34)n∗y0y0=(34)n
Now we can equate yny0 with the desired percentage and the amount of required refills:
yny0=(34)n=0.05
n=log0.05log34≈10.4
You'll need to refill 11 times to achieve a pollution level of 5%, you can figure the second percentage out for yourself. :)
Hi anonymous,
Maybe I can help
Instead of having the original amount being y0 units why not let it be 1 unit. Then everything is a little easier.
So
yn=(34)ny0becomesyn=(34)n
remember, yn is the amount of original water in the tank.
You want to know when this become 5%. 5% of the original 1 unit is 0.05*1=0.05
so you want to know when
(34)n=0.05
NOW
If you would like me to explain without changing the y0 to 1 , I can do that for you.