Again, no disrespect to Andrew's answer as it is correct. However I doubt it is the apprpriate solution for a student in an algebra I class.
if you notice
2^0 (two to the zero power)+ 2^1 (to the first power) + 2^2 ...and so on has an interesting pattern.
1 + 2 + 4 = 7 which is exactly 1 less than 2^3 or 8
similarly 7=8 = 15 or exactly 1 less than 2^4 or 16. thgis is always the case so the following formula give the same result as the other solution but avoids using pre-calc/calc methodology.
if n is the number of days, then day 1 is day 1
so the number added on the nth day = 2^(n-1) day 1 add 2^(1-1) = 2^0 = 1
day 2 add 2^(2-1) = 2^1 = 2
since the sum of the prior days added pennies is always 1 less than the number added on the given nth day,
the total added pennies can be expressed then by 2 * (2^(n-1)) - 1 and since 2 * (2^(n-1)) is the same as 2^n
2 * (2^(n-1)) - 1 is simply 2^n - 1 added to the initial 80
ANSWER: the total number of pennies on the nth day if starting with 80 and adding 1 on the first day, 2 on the second, 4 on the third, etc is equal to
80 + (2^n - 1) where n is number of any given day starting with day 1
i.e day 5 would have 80 + 1 + 2 + 4 + 8 + 16...which is 111
by the formula above: 80 +(2^n - 1) = 80 + (2^5 -1) = 80 +(32 - 1) = 111
Andrew M.
07/01/15