#Wrong calculations

1 messages · Page 1 of 1 (latest)

lusty dew
#

I calculated this and it's wrong.

Wouldn't it be "if you have 29 generators, the next one would cost 331.06B" because you're calculating the 30th one (the one that gives you 331.06B)?

Also the formula is wrong. It's actually 5B•(1.15)²⁹ (raised to the power of 29), and not raised to the power of 20

5B•(1.15)²⁹ = 331.06B
5B•(1.15)²⁰ = 81.83B

dusty arrow
#

noticed that too. your first paragraph is wrong though. for calculating the nth generator you have to put 1.15^n-1. Best example is the first one needing only the base cost, so 1.15^0 must be the multiplier

lusty dew