5 questions0m 0s
Learn the skill
In A(t) = A0 x b^t, A0 is the starting amount and b is the multiplier for one time step. A percentage increase p gives b = 1 + p/100; a decrease gives b = 1 - p/100.
Worked example
A model starts at 40 and grows by 50% per step. Its multiplier is 1.5. After two steps the amount is 40 x 1.5^2 = 90, not 40 + 50 + 50.