I'm trying to evaluate an exponential equation with natural logarithm, but I'm certainly doing something wrong, can someone explain me how would you solve it using natural logarithm?
$$6161.859 = 22000\cdot (1.025^n-1)$$
Expected result: $\approx 10$
Thanks in advance.
n = ((6161.859/22000)+1)/ln(1.025) => n = 51.84078822
– Zignd Nov 22 '14 at 18:43