|
CalcApp 01: Interest Versus Wages |
Starting capital: |
|
Step: |
|
Growth rate: |
|
Interest rate: |
|
Year |
Income |
Capital |
Interest |
Wages |
{{n*step}} |
{{calcIncome(startingIncome, grate, n*step);}} |
{{calcCapital(startingIncome, grate, startingCapital, irate, n*step);}} |
{{calcInterest(startingIncome, grate, startingCapital, irate, n*step);}} |
{{calcWages(startingIncome, grate, startingCapital, irate, n*step);}} |
|