Eric C. answered 05/05/16
Tutor
5.0
(180)
Engineer, Surfer Dude, Football Player, USC Alum, Math Aficionado
Hi Taylor.
This is an exponential growth problem. The number of quarters, Q(n), you'll have after "n" days is given by:
Q(n) = 2n
n = 0, Q = 20 = 1 quarter
n = 1, Q = 21 = 2 quarters
n = 2, Q = 22 = 4 quarters
n = 3, Q = 23 = 8 quarters
and so on.
You want to know the dollar value after 20 days. First you need to figure out how many quarters you'll have:
Q(20) = 220 quarters
Now you can determine the dollar amount of your stash. The value of each quarter is 1/4 dollar.
So in dollars, you'll have:
$ = 220 quarters * (1/4) dollar/quarter
= 220 * (1/2)2
= $218
= $262,144
That's a pretty awesome quarter.
Hope this helps.