Let’s imagine that the number of rabbits in a field doubles each month. If we start with 6 rabbits, how many rabbits would be in the field after 10 weeks, given that 4 weeks = 1 month?
I would think the answer would be $$6 * 2^{2.5}$$ which equals a non-integer answer, but a colleague of mine argues that the answer would be $$(6 * 2^2)+ (6 * 2^2 * \frac{1}{2})$$ which is an integer answer but I think is incorrect. Can someone explain the correct way of thinking about this problem and which answer is correct, or if even neither of the solutions are correct?
I'm not asking how to calculate non-integer exponents, but rather when their use is appropriate.