Problem 1
We have the geometric sequence: 2, 4, 8, 16, 32, 64, ...
The first term is a = 2. The common ratio is r = 2 to represent each term doubling.
The geometric nth term formula is:

Therefore, the number of cents saved on day n would be

For example, if it is day 5 then the student will have
cents saved up for that day only.
Compare it to the list mentioned above. This does not include the previous amount of money saved from the previous days.
=========================================
Problem 2
The previous problem handled just how much is saved on day n, and doesn't include the earlier amounts saved.
This time we'll include the previous days.
Use the geometric series formula

where a = 2 and r = 2 as mentioned before.
The
is the total amount saved on day n.
Let's plug in a = 2 and r = 2, then simplify

Other forms are possible.
--------
Let's test this formula out.
The first four days has these savings values: 2,4,8,16
Those add to 2+4+8+16 = 6+24 = 30
The student saves a total of 30 cents on day 4.
Plug n = 4 into the
formula to get...

We conclude that at the end of day 4, the student will have 30 cents total saved up when combining all four days together.
This example verifies the formula works when n = 4. I'll let you try other values of n out. A spreadsheet program is handy to keep track of everything.
--------
To summarize, the answer to problem 2 is the expression
although that expression can be rewritten.
=========================================
Problem 3
2600 dollars = 2600*100 = 260,000 cents
The student needs to save up for 260,000 cents or higher.
Set this value equal to the right-hand-side of the
formula so we can solve for n.
Because n is in the exponent, we'll need a logarithm. I find the saying "if the exponent is in the trees then we log it down" to be a helpful memorization device.
Why are logs used? Because of the key log rule that log(A^B) = B*log(A) so we can pull down the exponent.
Here's what the steps look like to solve for n.


She'll need 17 days to save up the 260,000 cents (aka $2600) needed.
--------
As a check,

which comes up short of the goal
While,

which goes over the goal. It's better to go over than come up short.