Half life of a thing is 'h' days. I have a box where everyday I put 'n' quantity into the box. How do I calculate the quantity remaining after 'd' days.
i.e. if half life is 7 days. Each day I add 10 gms of the item to the box, then on the 7th day 7th day, just before I add the 10 gms for the day, I have
N = 10 * (1/2)^ (7/7) + 10 * (1/2) ^(6/7) + 10* (1/2) ^(5/7) + ....
N = 5 + 5.5 + 6.1 + 6.7 + 7.4 + 8.2 + 9.1
N = 48
Can a formula be derived from this into which I can plug in h, n & d & it gives me the quantity remaining