Let
be the number of towns Chase builds. Each town contributes a factor of 1.13 to the number of villagers, so if
is the number of villagers, and Chase starts with
villagers, then
![V(t)=4\cdot1.13^t](https://img.qammunity.org/2020/formulas/mathematics/college/4f8324es541dn0mmwz3zptik53il04sw2z.png)
For example, if he builds
town, then his empire can support
villagers. (Round down to the nearest villager.) Adding another town scales this up by 1.13, giving
. And so on.
Then with
towns, he would be able to support
villagers.
To explain this to Chase, you can describe recursively how each additional town affects the number of villagers:
![V(1)=1.13V(0)](https://img.qammunity.org/2020/formulas/mathematics/college/4kj6rounjrkx3ta59mhbkx1x21d3ds7hy3.png)
![V(2)=1.13V(1)=1.13^2V(0)](https://img.qammunity.org/2020/formulas/mathematics/college/e5bgn9ejl84ura534csgi3c3579qlu6r02.png)
![V(3)=1.13V(2)=1.13^3V(0)](https://img.qammunity.org/2020/formulas/mathematics/college/hhuwjljvhn6m1zwvjf4ep7e75q4b6vs5lz.png)
and so on, giving the general rule
![V(t)=1.13V(t-1)=1.13^tV(0)=4\cdot1.13^t](https://img.qammunity.org/2020/formulas/mathematics/college/2nijrezzr6ens3whiafriafqn2y9iz6jjq.png)
same as we found earlier.
Your error is in thinking that you need to apply the geometric sum formula. It's not useful here.