Submitted by pescablogwf t3_y8zakw in GetMotivated
skeith2011 t1_it4bo6u wrote
Reply to comment by 4kNest in [Image] Try to be a little better every day by pescablogwf
Let t0 = a
Then
> t1 = t0 + 0.01*t0 = 1.01*t0
And
> t2 = 1.01*t1 = 1.01*1.01*t0
> t3 = 1.01*t2 = 1.01*1.01*1.01*t0
> …
> tn = (1.01)^n * t0
4kNest t1_it4fnlk wrote
This makes perfect sense, thank you :)
Viewing a single comment thread. View all comments