I started with 0.01 and the penalty doubled every day. What is the equation?
I started with 0.01 and the penalty doubled every day. What is the equation?
The penalty on day one is 0.01
The penalty on day two is 0.01 * 2
The penalty on day three is 0.01 * 2*2*2 = 0.01*2^2 = 0.01*2^(3-1)
etc
The penalty on day "d "is 0.01 * 2^(d-1)
P = 0.01 * 2^(d-1)