I got the correct answer, but I did it differently. I did not use the N+1 concept as I believe this could easily mean we are on the 9th day.
Let the population be : p
Rate of population expansion : 2^(N)
Therefore, the population after N days = p*2^(N).
In the question it is given p=2 and N =9. We plug it in and get 2*2^(9) = 2^(10) = 1024.
the logic of 2^(N+1) will not work if we started with a population of 100 and the population doubled everyday.
Let me know if I missed something here.