Four calculations sit under almost every small-business number: margin, markup, VAT, and loan repayments. Each has a precise formula, each takes a minute to learn — and each has a classic wrong version that circulates in real businesses and quietly costs money. Confusing margin with markup shaves points off every sale; extracting VAT the wrong way misquotes every invoice; misreading a loan payment hides the real cost of borrowing.
This guide decodes all four, plus break-even, with worked examples you can verify on paper. One thing to be clear about up front: everything here explains how the numbers are computed — not what you should charge, whether to borrow, or how tax applies to you. Rates, tax rules, and loan terms vary by country and contract; the arithmetic below is universal, but the inputs that apply to your situation are yours to confirm.
Margin vs markup: same two numbers, two different answers
Both margin and markup describe the gap between what something costs you and what you sell it for. The difference is what you divide by:
- Markup = profit ÷ cost — the gap measured against what you paid.
- Margin = profit ÷ price — the gap measured against what you charge.
Take a product that costs $60 and sells for $100. The profit is $40 either way, but:
- Markup: 40 ÷ 60 = 0.6667 → 66.7% markup
- Margin: 40 ÷ 100 = 0.40 → 40% margin
Same sale, two very different percentages. Neither is wrong — they answer different questions — but mixing them up in one sentence ("we make 40% on cost") is how pricing conversations go sideways. Margin is always the smaller number for the same sale, and margin can never reach 100%, while markup can climb without limit.
Pricing for a target margin (and the ×1.4 mistake)
Here is where the confusion gets expensive. Suppose you want a 40% margin on that $60 cost. The correct formula divides by what's left of the price after margin:
price = cost ÷ (1 − margin)
60 ÷ (1 − 0.40) = 60 ÷ 0.60 = $100
Check it: profit is 100 − 60 = 40, and 40 ÷ 100 = 40% margin. Correct.
The tempting shortcut — "40% margin, so multiply cost by 1.4" — actually applies a 40% markup:
60 × 1.4 = $84 → profit 24 → margin = 24 ÷ 84 = 28.6%
A business that prices this way believes it earns 40 points of margin and actually earns fewer than 29. Across a year of sales, that gap is not a rounding error; it is the difference between the number in the plan and the number in the bank. Multiply to apply a markup; divide by (1 − margin) to hit a margin.
VAT: adding it is easy, removing it is where errors live
VAT (or GST) is a percentage added on top of a net price. The examples below use a 20% rate and a 5% rate purely as illustrations — use whatever rate actually applies where you trade.
Adding VAT to a net (VAT-exclusive) price is a straight multiplication:
Net $250 at a 20% rate → 250 × 1.20 = $300 gross
Extracting VAT from a gross (VAT-inclusive) price is where the classic mistake hides. The wrong way is to take 20% of the gross:
300 × 0.20 = 60 ❌
That is 20% of the wrong base — the gross already contains the VAT. The correct move divides the gross by 1.20 to recover the net:
300 ÷ 1.20 = $250 net, so the VAT is 300 − 250 = $50 ✓
The check is built in: 250 × 1.20 lands you back on 300. The wrong method overstates the VAT ($60 instead of $50), which misquotes invoices and misreports what is owed.
The same pattern holds at any rate. A $210 receipt that includes VAT at a 5% rate: net = 210 ÷ 1.05 = $200, VAT = $10. General rule: gross = net × (1 + rate) going forward, net = gross ÷ (1 + rate) coming back. Never take the rate directly off a VAT-inclusive figure.
Loan repayments: what the EMI formula actually does
An EMI (equated monthly instalment) is the fixed monthly payment that repays a loan — principal plus interest — in exactly n payments. The formula looks intimidating, so let's name every part:
EMI = P × r × (1 + r)ⁿ ÷ ((1 + r)ⁿ − 1)
- P — the principal (amount borrowed)
- r — the monthly interest rate as a decimal: annual rate ÷ 12 ÷ 100
- n — the number of monthly payments
The reason it is not simply "principal plus interest divided by months" is that every payment shrinks the balance, so later months accrue less interest than earlier ones. The formula finds the one flat payment that balances this out precisely.
Worked example: $20,000 at 6% for 5 years
- P = 20,000
- r = 6% per year ÷ 12 = 0.5% per month = 0.005
- n = 5 years × 12 = 60 payments
Step by step:
- (1 + r)ⁿ = (1.005)⁶⁰ = 1.34885 (to five decimal places)
- Numerator: 20,000 × 0.005 × 1.34885 = 134.885
- Denominator: 1.34885 − 1 = 0.34885
- EMI = 134.885 ÷ 0.34885 ≈ $386.66 per month
Total repaid over the life of the loan: about $23,199, of which roughly $3,199 is interest — around 16% on top of the amount borrowed, even though the quoted rate says "6%". That is not a trick; 6% is a yearly rate on the outstanding balance, and the balance takes five years to reach zero.
Two levers dominate the outcome. A higher rate raises both the payment and the total interest. A longer term lowers the monthly payment but raises the total interest, because the balance stays outstanding longer — the monthly relief is real, and so is the added cost. Understanding that trade-off is arithmetic; deciding what to do about it is a financial decision this article deliberately does not make for you.
Break-even: how many sales until the lights are paid for
Break-even asks: how many units must you sell before revenue covers all costs? It needs three inputs — fixed costs (rent, salaries, software: costs that arrive regardless of sales), price per unit, and variable cost per unit (what each additional sale costs you).
break-even units = fixed costs ÷ (price − variable cost)
The bracket, price minus variable cost, is the contribution margin — what each sale contributes toward the fixed bills after paying for itself.
Fixed costs $9,000/month, price $30, variable cost $12: contribution = 30 − 12 = $18 per unit break-even = 9,000 ÷ 18 = 500 units per month
Sale number 501 is the first one earning profit. The formula also shows why discounting is dangerous at thin contribution margins: drop the price to $24 and the contribution falls to $12, pushing break-even to 9,000 ÷ 12 = 750 units — a 20% price cut demanding 50% more sales just to stand still.
Sanity checks for money maths
- Reverse every result. Extracted a net of $250? Multiply back: 250 × 1.20 = 300 ✓. Priced for margin? Recompute profit ÷ price and confirm the target.
- Watch the base. Margin divides by price, markup by cost, VAT extraction by (1 + rate). Nearly every business-math error is a right percentage on a wrong base.
- Expect the EMI to sit between two bounds. The payment must exceed P ÷ n (that would be interest-free: 20,000 ÷ 60 = 333.33) and should sit below simple interest piled on top. $386.66 passes.
- Label your rates. Annual vs monthly, inclusive vs exclusive — most spreadsheet disasters are unit mismatches in disguise, not broken formulas.
FAQ
What is the difference between margin and markup?
Both measure profit, but markup divides by cost while margin divides by selling price. A $60 cost sold at $100 carries a 66.7% markup but a 40% margin. Use markup to set a price from cost; use margin to judge what share of revenue you keep.
How do I remove VAT from a VAT-inclusive price?
Divide by (1 + rate), don't multiply by the rate. A $300 price that includes VAT at a 20% rate: 300 ÷ 1.20 = $250 net, so the VAT is $50 — not the $60 you would get by wrongly taking 20% of $300. Confirm the rate that actually applies to your goods and country.
Why is the total interest on my loan more than the quoted rate suggests?
Because the quoted rate is charged per year on the outstanding balance, and the balance takes the whole term to reach zero. A $20,000 loan at 6% over 60 months costs about $3,199 in interest — roughly 16% of the principal — precisely because most of the balance remains outstanding for years.
Is a longer loan term cheaper?
The monthly payment gets smaller, but the total interest gets larger, because the balance stays outstanding longer. Whether the lower payment is worth the higher total cost depends on your circumstances — that is a financial decision, and this guide only supplies the arithmetic to see the trade-off clearly.
Run your own numbers — with the formula on screen
You can now check margin, VAT, EMI, and break-even by hand — which is exactly why it is safe to let a calculator do the repetition. The free business calculators on Wapuula Tools handle loan/EMI schedules, VAT-inclusive and -exclusive conversions, discounts, and percentage maths, and every result displays the exact formula and inputs it used, so the working is always visible. Try the free EMI and VAT calculators on Wapuula Tools and verify the numbers this article just taught you.