Investment & Growth — Full Document

Investment Growth #

Retirement Savings #

initial_savings = $50000 → $50K
annual_return = 7% → 7%
years_to_retire = 30 → 30

Simple compound growth #

retirement_fund = compound $50000 by 7% over 30 → $380.61K

With monthly compounding (higher return) #

retirement_monthly = compound($50000, 7%, 30 years, compounded monthly) → $405.82K

Business Growth #

Customer base growing 15% per month #

starting_customers = 500 customers → 500 customers
monthly_growth = compound 500 customers by 15% over 24 → 14.31K customers

Natural language form #

compound 1000 users by 10% over 12 months → 3.14K users

Linear Growth #

Adding $200/month to savings for 5 years #

savings_plan = grow $0 by $200 over 60 → $12K

Adding 50 subscribers per week #

grow 100 subscribers by 50 over 52 weeks → 2.7K subscribers

Asset Depreciation #

Car loses 20% per year #

car_value = depreciate $35000 by 20% over 5 → $11.47K

Equipment with $2000 salvage floor #

depreciate $80000 by 25% over 10 years to $2000 → $4,505.08

Office furniture #

furniture = depreciate $15000 by 15% over 7 → $4,808.66