The sequence of Julia's savings are a geometric progression, which is a sequence that each term became greter by a constant factor. In this case, que question says that the amount saved doubles each day, starting from $0.01.
If we call a = 0.01 the first term and r = 2 the factor, we can obtain the sum of the amount saved using the formula of the sum of a geometric progression series, which is:
![S_n=(a(r^n-1))/(r-1)](https://img.qammunity.org/2023/formulas/mathematics/college/l1eb2v8m484qcc897o005pe6nd0z5puibj.png)
Where S is the sum and n is the number of term. We know a = 0.01, r = 2 and we want to know in which day (n) we get S = 1.00. Thus:
![\begin{gathered} 1.00=(0.01(2^n-1))/(2-1)=0.01(2^n-1) \\ 2^n-1=(1.00)/(0.01)=100 \\ 2^n=100+1=101 \end{gathered}](https://img.qammunity.org/2023/formulas/mathematics/college/knp4grv9d86ljfemgljse49x64dkmiqbly.png)
If we see the values of 2^n, we get, for n -> 1,2,3,4,5,6,7...:
2^n -> 2,4,8,16,32,64,128
Or, we can say:
![2^7=128>101](https://img.qammunity.org/2023/formulas/mathematics/college/o1v3s1k3m86pbglmj8x6o5sewpng8m78df.png)
This means that for n = 7, S will be greater than $1.00. We can test that by putting into the formula:
![S_n=(a(r^n-1))/(r-1)=(0.01(2^7-1))/(2-1)=0.01(128-1)=0.01\cdot127=1.27>1.00](https://img.qammunity.org/2023/formulas/mathematics/college/vzp5mlvixfav8xuj8dsfevahx5usi3egkr.png)
So, we can say that on the 7th day, Julia will first save an amount greater than $1.00.