Topic · Arithmetic

Personal Finance Math

Everything earlier in this chapter — percents, ratios, averages, interest — converging on the decisions almost every adult faces: budgets, credit cards, loans, investments, taxes. The arithmetic itself is no harder than what you already know. The hard part is recognizing which formula a real-life situation is asking for, and reading what its output actually means.

What you'll leave with

  • A working frame for budgeting as a percent-of-income allocation problem.
  • Why credit-card minimum payments are a multi-decade trap — done numerically, not rhetorically.
  • The amortization picture: every fixed payment is a shifting mix of interest and principal.
  • How a savings goal becomes a future-value-of-annuity calculation.
  • Inflation as the silent negative interest rate on cash — and the gap between nominal and real returns.
  • Why a ten-year head start can double or triple a retirement balance at identical contributions.
  • Marginal vs effective tax rate — the distinction that fixes most everyday tax confusion.

1. Why this is the chapter's payoff

Every formula in this section sits on top of a single idea you've already met in Interest: a balance grows or shrinks by a percentage each period. That's all compound interest is, and it's all credit-card debt, mortgages, retirement accounts, and inflation are too. The arithmetic doesn't get harder. What changes is the sign of the rate, the direction of the cash flow, and the length of the horizon — and those choices, made or unmade in your twenties, become the biggest numbers in your financial life.

Positive compounding builds wealth. Negative compounding destroys it. The same machine runs both.

Throughout this page, $r$ means a periodic rate (monthly unless said otherwise), $n$ is the number of periods, $P$ is a principal, $M$ is a fixed periodic payment, and $\text{APR}$ is the annual rate quoted on a loan or card. Monthly rate is always $r = \text{APR}/12$.

2. Budgeting as a percent problem

Personal budget

A plan that splits monthly take-home income (gross pay minus tax and other withholdings) into categories whose shares sum to $100\%$. Budgeting is fundamentally a percent-allocation problem — the same kind you solved in Percentages.

The most widely cited template is the 50/30/20 rule: $50\%$ to needs (rent, utilities, groceries, insurance, minimum debt payments), $30\%$ to wants (dining, hobbies, subscriptions), $20\%$ to savings and debt paydown. The split is a guideline, not a law — pick numbers that match your situation — but the discipline is the same: every dollar of income gets a job before the month starts.

Needs
50%

Rent, utilities, groceries, insurance, minimum debt payments — the things that would hurt to cut.

Wants
30%

Dining out, travel, hobbies, streaming, the new phone. Discretionary by definition.

Savings & debt
20%

Emergency fund, retirement, extra principal on high-rate debt. The line that builds future you.

Savings rate

The single most predictive number in personal finance is your savings rate:

$$ \text{savings rate} = \frac{\text{saved or invested}}{\text{take-home income}}. $$

A $10\%$ savings rate funds a comfortable retirement after $\sim 40$ working years; $25\%$ does it in $\sim 30$; $50\%$ in $\sim 17$. The math behind those numbers comes from the time-value calculation later on this page — but the headline is that the rate matters far more than your income.

Emergency fund

Before any other goal, most planners recommend a liquid emergency fund of $3$–$6$ months of essential expenses. If your essentials cost $\$3{,}000$/month, your target is $\$9{,}000$–$\$18{,}000$ in a savings account you can access instantly. It exists so that one bad month doesn't force you to pick up credit-card debt at $22\%$.

Why the order matters

Build the emergency fund before investing in volatile assets. The fund is insurance against having to sell low. A few percentage points of forgone returns is a small price to never sell during a downturn out of necessity.

3. Credit cards and the minimum-payment trap

A credit card is a small, automatic loan with an unusually high rate — typically $18$–$28\%$ APR — and a structural feature called the minimum payment that is the single most expensive piece of arithmetic in everyday life.

The mechanics each month are simple. Given a balance $B$ and monthly rate $r = \text{APR}/12$:

  1. Interest is charged: $\text{interest} = B \cdot r$.
  2. You make a payment $M$.
  3. New balance: $B' = B + B\cdot r - M = B(1 + r) - M$.

If $M$ is bigger than the interest, the balance shrinks. If $M$ equals the interest, the balance is stuck forever. If $M$ is less than the interest, the balance grows. The minimum payment — usually defined as roughly $2\%$ of the balance, or interest plus a small principal sliver, whichever is larger — is engineered to barely exceed the interest. It pays the balance down so slowly that the card issuer collects interest for decades.

A concrete case

Take a $\$5{,}000$ balance at $22\%$ APR, with a $2\%$-of-balance minimum payment. Monthly rate is $r = 0.22/12 \approx 1.833\%$. The opening minimum is $\$100$ — of which $\$5000 \cdot 0.01833 \approx \$91.67$ is interest and only $\$8.33$ actually reduces the balance. As the balance falls, the minimum falls too (it tracks $2\%$ of whatever's left), and the payoff time stretches out absurdly.

Carrying that pattern forward month by month: full payoff takes around 30 years and you pay roughly $\$13{,}000$ in interest on top of the original $\$5{,}000$. The same balance paid off at a fixed $\$200$/month — twice the opening minimum — clears in about $32$ months with around $\$1{,}550$ in interest.

$6k $4.5k $3k $1.5k $0 0 5 yr 10 yr 15 yr 20 yr 25 yr 30 yr paid off (~32 mo) still ~$1.7k owed after 30 yr Minimum payment only (2% of balance) Fixed $200 / month Time (years) Remaining balance
Starting from a $\$5{,}000$ balance at $22\%$ APR. Same starting debt, two payment policies, two utterly different trajectories.
The trap, stated plainly

A payment that exceeds the monthly interest by only a few dollars is functionally not a payment — it's a tip. The minimum-payment line is barely above the "balance stays constant forever" line. The shape of the curve doesn't care about your willpower; it cares about whether your payment beats $B \cdot r$ by enough to bend the line down.

The escape rule

Pay the statement balance in full every month, or — if you can't — funnel every extra dollar at the highest-APR card until it's zero, then the next-highest. This is called the avalanche method, and it minimizes total interest paid because dollars sent against a $24\%$ debt always beat dollars sent against a $7\%$ debt.

4. Loans and the amortization idea

A loan with a fixed monthly payment over a fixed term — a car loan, a student loan, a mortgage — runs on a single formula. Given principal $P$, monthly rate $r$, and total number of months $n$, the fixed monthly payment $M$ that pays the loan off exactly on schedule is:

$$ M = P \cdot \frac{r(1 + r)^n}{(1 + r)^n - 1} $$

This is the same compound-interest machinery you saw in Interest, rearranged. It's derived by setting the present value of a stream of $n$ payments of $M$ equal to the principal $P$, discounted at rate $r$ per period.

Note

You'll never need to compute $M$ by hand — any spreadsheet's PMT function or a free calculator will do it. The point of seeing the formula is to know what it's made of: the loan size, the rate, the term. Change any one and $M$ moves predictably.

The amortization split

Each payment $M$ is the same dollar amount, but its internal split between interest and principal changes every month. Interest each month is just the current balance times $r$. Whatever's left of $M$ after paying that interest goes to principal:

$$ \text{interest}_k = B_{k-1} \cdot r, \qquad \text{principal}_k = M - \text{interest}_k, \qquad B_k = B_{k-1} - \text{principal}_k. $$

Early on the balance is large, so the interest line is large and the principal sliver is small. Late in the loan the balance is nearly gone, so almost the entire payment is principal. The total amount sent each month is constant; the composition swings.

Worked: a $\$200{,}000$ mortgage at $6\%$ for $30$ years

Here $P = 200{,}000$, $r = 0.06/12 = 0.005$, $n = 360$. The formula gives $M \approx \$1{,}199$/month. Total paid over the life of the loan: $1199 \cdot 360 \approx \$431{,}640$. Total interest: $\$231{,}640$ — more than the house itself.

Month Payment Interest Principal Balance after
1 $1,199$1,000$199 $199,801
60 $1,199$931 $268 $185,841
120 $1,199$830 $369 $165,505
180 $1,199$693 $506 $137,981
240 $1,199$508 $691 $100,801
300 $1,199$254 $945 $50,560
360 $1,199$6 $1,193$0

Notice month 1: $\$1{,}000$ of the $\$1{,}199$ payment is interest, and only $\$199$ chips away at the principal. By month 240 the split has flipped — over half the payment is finally going to the loan itself. That asymmetry is the whole reason "an extra payment per year" shortens a mortgage by years: every extra dollar of principal you send today erases the interest that dollar would have accrued for every future month.

5. Savings goals: the annuity formula

Run the loan idea in reverse and you get the picture for saving. Instead of borrowing a lump and paying it off over time, you contribute a fixed amount $M$ every month and let it grow at rate $r$. After $n$ months, the accumulated value is the future value of an annuity:

$$ FV = M \cdot \frac{(1 + r)^n - 1}{r}. $$

This formula sums up the compounded value of each individual deposit. The first deposit compounds for $n - 1$ periods, the second for $n - 2$, and so on; the geometric series collapses into the expression above.

Solved the other direction — given a target $FV$, how much do you need to contribute each period? — it becomes:

$$ M = FV \cdot \frac{r}{(1 + r)^n - 1}. $$

Worked: a $\$100{,}000$ down payment in $10$ years

Target $FV = 100{,}000$, ten years at a $5\%$ annual return ($r = 0.05/12 \approx 0.004167$, $n = 120$). Plugging in:

$$ M = 100{,}000 \cdot \frac{0.004167}{(1.004167)^{120} - 1} \approx 100{,}000 \cdot \frac{0.004167}{0.6470} \approx \$644 \text{ / month}. $$

Total contributed: about $\$77{,}300$. The other $\$22{,}700$ is compound growth. Drop the return assumption to $3\%$ and the required contribution rises to about $\$715$/month. Small changes in the assumed rate move the required savings noticeably — which is why investment returns matter even for short-horizon goals.

6. Inflation: real vs nominal

Inflation

The general rise in prices over time, expressed as an annual percentage. A long-run average for developed economies is about $2$–$3\%$. Equivalently: a unit of currency held in cash loses that much purchasing power each year.

Inflation behaves like a negative interest rate on cash. The future purchasing power of $X$ dollars after $n$ years at inflation rate $i$ is:

$$ X_{\text{real}} = \frac{X}{(1 + i)^n}. $$

At $3\%$ inflation, $\$1{,}000{,}000$ in $40$ years has the purchasing power of about $\$1{,}000{,}000 / 1.03^{40} \approx \$307{,}000$ today. The dollar count looks impressive; the basket of goods you can buy with it is dramatically smaller.

To compare apples to apples, separate nominal returns (the raw dollar return) from real returns (after subtracting inflation). A useful approximation:

$$ r_{\text{real}} \approx r_{\text{nominal}} - i. $$

(The exact relationship is $1 + r_{\text{real}} = (1 + r_{\text{nominal}})/(1 + i)$, but the subtraction is accurate enough at the rates you'll see in personal finance.) The historical US stock market has returned about $10\%$ nominal, $\sim 7\%$ real. A "high-yield" savings account paying $4\%$ in a $3\%$ inflation environment is earning $\sim 1\%$ of actual purchasing power.

Cash isn't safe in the long run

"Keeping money under the mattress" sounds prudent and is in fact the safest possible strategy for a year. Over $30$ years, holding cash at zero return through $3\%$ inflation loses you about $59\%$ of your purchasing power. Volatility is one kind of risk; erosion is another, and it's just as real.

7. Time value of money: starting early

The compound-interest formula $FV = P(1 + r)^n$ has an exponent in it, and exponents reward time disproportionately. This is the single most important fact in long-term finance.

Two investors, identical in every way except when they start:

  • Early Anna. Saves $\$5{,}000$/year from age $25$ to $35$ — ten years of contributions, $\$50{,}000$ in total — and then stops, leaving the money to grow.
  • Late Leo. Saves $\$5{,}000$/year from age $35$ to $65$ — thirty years of contributions, $\$150{,}000$ in total.

Both earn $7\%$ annually (a realistic long-run real return for a diversified stock portfolio). Both withdraw at age $65$. Anna contributes one-third as much. Who has more?

$1.0M $750k $500k $250k $0 25 35 45 55 65 Anna: ~$601k Leo: ~$544k Anna stops contributing Leo starts contributing Early Anna — $5k/yr from age 25 to 35, then nothing ($50k total) Late Leo — $5k/yr from age 35 to 65 ($150k total) Age Portfolio value
Both at $7\%$ annual return. Anna contributes for $10$ years and stops; Leo contributes for $30$ years. Anna ends ahead despite putting in $\$100{,}000$ less.

Anna ends at roughly $\$601{,}000$. Leo ends at roughly $\$544{,}000$. Anna contributed one-third the dollars and still finished with more. The difference isn't talent or income — it's $10$ extra years of compounding on her early deposits. Once a dollar is invested at age $25$, by $65$ it has multiplied by $1.07^{40} \approx 15$. The same dollar invested at $35$ multiplies by only $1.07^{30} \approx 7.6$. The first decade is the cheapest decade you will ever have to invest.

Practical reading

If you are in your twenties: even a small contribution rate, started now, will outperform a much larger contribution rate started ten years from now. If you are past that window: you can't get the early years back, but a higher savings rate and a longer working horizon recover much of the gap. The remedy is always the same — start now with whatever you have.

8. Tax basics: marginal vs effective

Most income-tax systems are progressive: income is divided into brackets, and each bracket has its own rate. Crucially, the higher rate only applies to the portion of income inside that bracket — not to your whole income. This is the single most misunderstood piece of tax math.

Two definitions worth keeping separate:

Marginal tax rate

The rate paid on the next dollar earned. It's the rate of whichever bracket the top of your income currently sits in.

Effective (average) tax rate

Total tax paid divided by total income. This is what you actually owe as a fraction of what you earned. It's always lower than the top marginal rate.

A simplified US example

Suppose taxable income is $\$80{,}000$ (after a $\$13{,}850$ standard deduction has been applied to gross income of $\$93{,}850$), and the brackets are: $10\%$ on the first $\$11{,}000$, $12\%$ from $\$11{,}000$ to $\$44{,}725$, $22\%$ from $\$44{,}725$ to $\$95{,}375$.

Bracket Width taxed in this bracket Rate Tax in this bracket
$0 – $11,000 $11,00010%$1,100.00
$11,000 – $44,725 $33,72512%$4,047.00
$44,725 – $80,000 $35,27522%$7,760.50
Total$80,000$12,907.50
  • Marginal rate: $22\%$ — that's the rate on the next dollar of taxable income.
  • Effective rate on taxable income: $12{,}907.50 / 80{,}000 \approx 16.1\%$.
  • Effective rate on gross income: $12{,}907.50 / 93{,}850 \approx 13.8\%$.

"I'm in the $22\%$ bracket" is almost always heard as "I pay $22\%$ on everything I earn." It doesn't. You pay $22\%$ only on dollars above $\$44{,}725$ of taxable income; everything below is taxed at lower rates. This is also why "a raise will push me into a higher bracket and I'll take home less" is a myth — only the portion of the raise inside the higher bracket pays the higher rate.

Deductions vs credits

  • Deduction: lowers your taxable income. A $\$1{,}000$ deduction at a $22\%$ marginal rate saves $\$220$ in tax.
  • Credit: lowers your tax owed, dollar-for-dollar. A $\$1{,}000$ credit saves $\$1{,}000$.

Credits are roughly $1/\text{marginal-rate}$ times more valuable than deductions of the same nominal size.

9. Common pitfalls

Paying only the minimum on credit cards

You will pay multiples of the original balance in interest over decades. The number isn't an exaggeration — see §3.

Confusing APR with monthly rate

"$24\%$ APR" is the annual rate. The monthly rate is $24\%/12 = 2\%$. Always divide by $12$ before plugging into a single-period calculation.

Confusing marginal with effective tax rate

Being "in the $32\%$ bracket" never means $32\%$ of your income goes to tax. It means the next dollar of taxable income is taxed at $32\%$.

Ignoring inflation when projecting returns

A $7\%$ nominal return at $3\%$ inflation is $\sim 4\%$ real. Quoting nominal numbers for $30$-year goals overstates what those dollars will actually buy.

Waiting "until you can afford to invest"

The cost of waiting is invisible because it's a foregone exponential, not a billed expense. A decade of delay at $7\%$ roughly halves your final balance for an identical contribution rate. Start with whatever amount feels embarrassingly small. The habit, not the size, is what compounds.

Lifestyle inflation

If your spending rises in lockstep with every raise, your savings rate stays the same and your timeline to financial independence never shortens. The dollar-amount delta from each raise is exactly where the saving has to come from.

10. Worked examples

Try each one with pen and paper before opening the solution. The goal is recognizing which formula a real situation calls for, not arriving at a particular number.

Example 1 · 50/30/20 on a $\$4{,}500$ take-home month

Multiply by each share:

  • Needs: $4500 \times 0.50 = \$2{,}250$
  • Wants: $4500 \times 0.30 = \$1{,}350$
  • Savings: $4500 \times 0.20 = \$900$

If your essentials are running $\$2{,}700$, the rule says either find $\$450$ of need cuts, or shift some of the wants/savings until the budget actually balances. The rule is a target, not a result.

Example 2 · Total interest on a $\$25{,}000$ car loan, 5 years at $7\%$ APR

$P = 25{,}000$, $r = 0.07/12 \approx 0.005833$, $n = 60$.

$$ M = 25{,}000 \cdot \frac{0.005833 \cdot (1.005833)^{60}}{(1.005833)^{60} - 1} \approx \$495 \text{ / month}. $$

Total paid: $495 \cdot 60 = \$29{,}700$. Total interest: $29{,}700 - 25{,}000 = \$4{,}700$.

Example 3 · Saving for a $\$30{,}000$ wedding in $4$ years at $4\%$

$FV = 30{,}000$, $r = 0.04/12 \approx 0.003333$, $n = 48$.

$$ M = 30{,}000 \cdot \frac{0.003333}{(1.003333)^{48} - 1} \approx 30{,}000 \cdot \frac{0.003333}{0.17353} \approx \$576 \text{ / month}. $$

Total contributed over $4$ years: about $\$27{,}650$. Compound growth supplies the remaining $\sim \$2{,}350$.

Example 4 · Real value of $\$1$ million in $30$ years at $2.5\%$ inflation
$$ X_{\text{real}} = \frac{1{,}000{,}000}{(1.025)^{30}} = \frac{1{,}000{,}000}{2.0976} \approx \$476{,}700. $$

Less than half of today's purchasing power, at a fairly tame inflation rate. This is why retirement targets get quoted in inflation-adjusted dollars whenever possible.

Example 5 · Effective rate on $\$120{,}000$ of taxable income

Using the same simplified bracket structure as §8, with a higher bracket of $24\%$ from $\$95{,}375$ to $\$182{,}100$:

  • $10\%$ on $\$11{,}000 = \$1{,}100$
  • $12\%$ on $\$33{,}725 = \$4{,}047$
  • $22\%$ on $\$50{,}650 = \$11{,}143$
  • $24\%$ on $\$24{,}625 = \$5{,}910$

Total tax $= \$22{,}200$. Marginal rate: $24\%$. Effective rate: $22{,}200 / 120{,}000 \approx 18.5\%$. The gap between $24\%$ (what people quote) and $18.5\%$ (what they actually pay) is the whole point of progressive taxation.

Example 6 · The cost of waiting five years

Two people both contribute $\$500$/month at $7\%$ for the rest of their working lives, retiring at $65$:

  • Starting at age $25$: $n = 480$ months. $FV \approx 500 \cdot \frac{1.005833^{480} - 1}{0.005833} \approx \$1{,}310{,}000$.
  • Starting at age $30$: $n = 420$ months. $FV \approx 500 \cdot \frac{1.005833^{420} - 1}{0.005833} \approx \$913{,}000$.

Five years of delay, identical contribution rate: about $\$397{,}000$ less at retirement. That gap is the price of those five years.

Sources & further reading

The personal-finance literature is enormous and varies wildly in quality. The list below skews toward neutral, free, well-edited references — the kind you'd send a relative who wanted to learn the math without buying a course.

Test your understanding

A quiz that builds from easy to hard. Pick an answer to get instant feedback and a worked explanation. Your progress is saved in this browser — come back anytime to continue.

Question 1 of N
0 correct