Percentage Calculator
Percent · discount · tax · margin
Blog

Percent math — the four situations people get wrong

P% of X, ratios, percent change, and discounts — the four everyday percent calculations people mix up, with worked examples and the percentage-point trap.

A mint-and-violet cover image with the large headline 'Four percent situations' and cards showing a discount tag, a percent-change arrow, and a ratio bar.

You see “30% off, plus an extra 10% with this coupon” and your brain quietly files it as 40% off. The real discount is 37%. Percentages are taught in grade school, yet the moment a real situation shows up, it is hard to know which number goes where. The problem is not your math — it is that “percent” is not one calculation. It is at least four, and they each behave differently.

Percent math is really just four situations

Almost every percentage you meet in daily life falls into one of four buckets. Each has its own formula, so the first move is always to identify which situation you are in. Once you name the situation, the formula is obvious.

SituationThe questionFormula
P% of XWhat is 10% of $500?base × P ÷ 100
Ratio (%)150 is what percent of 200?part ÷ whole × 100
Percent changeHow much did it move year over year?(new − old) ÷ |old| × 100
Discounted priceWhat does 30% off cost?price × (1 − P ÷ 100)

Notice that two of them produce an amount of money, and two of them produce a percentage. Mixing those up — treating a ratio like a discount, or a percentage point like a percent change — is where most everyday errors come from.

”P% of X” — the basis of tax, tips, and interest

The most basic case is finding a fixed share of some amount. Multiply the base by the percent and divide by 100.

A $48 restaurant bill with an 18% tip adds $8.64, for a total of $56.64. A $3,000 deposit earning 3% a year yields $90 in interest. A $250,000 home with a 1% annual property tax owes $2,500.

Small rates behave the same way. The 1.45% Medicare line on a paycheck, a 2.5% foreign-transaction fee on a card, a 0.5% loan origination fee — all of them are just “P% of X” with a small P. The formula does not care whether P is 50 or 0.5.

A useful habit: when P is small, estimate first. One percent of any number is that number with the decimal point moved two places left. One percent of $3,000 is $30, so 3% is about $90. That mental check catches most data-entry mistakes before they matter.

Ratio (%) — what share is the part of the whole

When you have two numbers and want to know what percent one is of the other, divide the part by the whole and multiply by 100.

If you closed $150,000 of a $200,000 sales target, that is 75% of goal. If a student answered 34 of 40 questions correctly, that is 85%. If 312 of 1,200 survey respondents chose one option, that is 26%.

The order matters. The “part” is the smaller, contained quantity; the “whole” is the total it belongs to. Swapping them gives a nonsense answer above 100%. And there is one hard limit: if the whole is zero, the division breaks down and no ratio exists. A completion rate out of zero tasks is not 0% — it is undefined.

Percent change — year over year, and the sign matters

This calculation shows how much a value grew or shrank. Because you divide the change by the starting value, deciding what counts as “old” is the important step.

If a salary moves from $52,000 to $57,200, that is a +10% raise. If monthly spending drops from $2,800 to $2,520, that is −10%, a 10% decrease. The sign itself tells you increase or decrease, so check whether the result is positive or negative first.

Percent change is not symmetric, and that surprises people. A stock that falls 50% has to rise 100% to get back to where it started, because the second move is measured against a smaller base. Losing and then gaining the same percentage never returns you to the original number. This is why investment returns and price swings are easy to misread.

Reversing a percentage that is baked in

A trickier case: a number already includes a percentage, and you want the original. Here you divide instead of subtract.

If a $110 receipt includes 10% sales tax, the pre-tax amount is not $110 minus 10%. It is 110 ÷ 1.1 = $100, with $10 of tax. The tax was added by multiplying by 1.1, so removing it means dividing by 1.1.

The same logic unwinds a markup. If a store marks goods up 25% and sells an item for $80, its cost was 80 ÷ 1.25 = $64. Subtracting 25% of $80 would wrongly give $60. Whenever a percentage is already inside a number, undo it with division.

Discounts and the stacked-coupon trap

A discounted price subtracts the markdown from the original price. A single discount is easy, but once discounts stack, intuition fails.

Apply 30% off and then a 10% coupon: multiply the price by 0.7, then by 0.9. That is 0.7 × 0.9 = 0.63 — you pay 63% of the original, so the real discount is 37%, not 40%. Stacked discounts always come out smaller than the sum, because each new discount applies to an already-reduced price.

Just remember that discounts multiply rather than add. The same logic shows up in the interest and mortgage calculator, where compounding stacks the same way, and in the take-home pay calculator, where several deductions chip away at one paycheck.

Percent vs percentage point — the mistake headlines make most

Say an interest rate climbs from 3% to 4%. The gap of 1 is a “1 percentage point” rise. But the relative move from 3 to 4 is about a 33% increase.

The same event can be reported as “up 1 point” or “up 33%.” Both are true, and both feel completely different — one sounds routine, the other sounds dramatic. Whenever you handle a metric whose unit is already a percent — interest rates, unemployment, approval ratings, market share — you must know whether the number in front of you is a percentage point or a percent change.

Holding four situations and their edge cases in your head is hard. The percent calculator splits P% of X, ratio, percent change, and discounted price into separate tabs — pick the situation, type the numbers, and the answer appears, with no chance of plugging a value into the wrong formula.

Frequently asked questions

If something is 30% off and I add a 10% coupon, what is the total discount?
It is 37%, not 40%. Discounts multiply, they do not add. Multiply the price by 0.7 (30% off), then by 0.9 (10% off), and 0.63 remains. You pay 63% of the original price, so the real discount is 37%.
What happens to percent change if the starting value is zero?
It is undefined. Percent change divides the amount of change by the starting value, and you cannot divide by zero. Going from 0 to some number is better described as "started from nothing" than as a percentage increase.
What is the difference between a percent and a percentage point?
If a rate rises from 3% to 4%, the gap of 1 is a "1 percentage point increase." But the relative change from 3 to 4 is about a 33% increase. The same move can be stated two ways, so always check which one a headline means.
How do I find the pre-tax amount from a price that already includes tax?
Divide, do not subtract. If a price of $110 includes 10% sales tax, the pre-tax amount is 110 ÷ 1.1 = $100 and the tax is $10. To reverse a percentage that is baked in, turn the multiplication into a division.
Are the numbers I enter sent to a server?
No. Every calculation in the percent calculator runs entirely inside your browser, and the values you enter are never sent to or stored on a server.

Sources

Written by the PiFl Labs content team from public sources and reviewed in-house before publishing.

Last reviewed:

Back to the tool →