Si tengo una inversión que crece un 10% al año, y cada año añado una cantidad, ¿hay alguna fórmula que pueda utilizarse para encontrar mi saldo final después de n años?
Lo siguiente lo demuestra:
year 0: B = s*1.1^0 + a*1.1^0 = s + a
year 1: B = s*1.1 + a*1.1 + a
year 2: B = s*1.1^2 + a*1.1^2 + a*1.1 + a
year 3: B = s*1.1^3 + a*1.1^3 + a*1.1^2 + a*1.1 + a
year n: B = s*1.1^n + a*1.1^n + a*1.1^(n-1)... + a
where
B is the balance at the start of the year
s is the starting amount
a is the amount added each year
0 votos
Vea si esto ayuda a
0 votos
¿Es esto lo que buscas? money.stackexchange.com/questions/48063/