The Doubling Coin, Part 1
Suppose that you have a coin whose value doubles every day. That is, on the day you
get the coin, Day 0, its value is $1. On Day 1, its value is $2. On Day 2, its value is $4,
and so on, doubling in value each additional day. How many days must you wait for the
coin to be worth $1.000.0002
1. Write a function we can use to model the value of the Doubling Coin. Justify the
type of function you selected for your model.