So the number of amoebae doubles every cycle (a cycle being four days). So we just multiply it by 2 every cycle
2 x 2 x 2...
A simple way to write this is using an exponent with a base of 2
2n
where n represents the number of cycles.
21 = 2 amoebae after one cycle
22 = 4 amoebae after two cycles
23 = 8 amoebae after three cycles, and so on
So you can substitute different numbers for n until you find the correct number of cycles, or you can take the base 2 logarithm of the equation.
2n = 10000
log2(2n) = log2(10000)
n = log2(10000)
Remember, n represents the number of cycles, so once you find it you will have to multiply it by the length of each cycle.