Why Percentages Trip People Up
Percentages are everywhere โ discounts, interest rates, tax, test scores, nutrition labels, inflation figures. Yet percentage questions are among the most commonly miscalculated in everyday life. The confusion usually comes from one of three sources: mixing up which number is the "base," confusing percentage points with percentages, or not knowing how to reverse a percentage calculation.
This guide covers every scenario you're likely to encounter. For quick answers, use the Percentage Calculator.
The Core Percentage Formula
Everything in percentage math comes from one relationship:
Percentage = (Part / Whole) ร 100
Rearranged, this gives you three fundamental operations:
Part = (Percentage / 100) ร Whole
Whole = Part / (Percentage / 100)
Percentage = (Part / Whole) ร 100
Master these three and you can handle any percentage problem.
The Six Scenarios You Will Encounter
1. Finding a Percentage of a Number
Question: What is 35% of 240?
Part = (35 / 100) ร 240 = 0.35 ร 240 = 84
Use this for: calculating a tip, finding a discount amount, computing sales tax.
2. Finding What Percentage One Number Is of Another
Question: 45 is what percent of 180?
Percentage = (45 / 180) ร 100 = 0.25 ร 100 = 25%
Use this for: test scores (you got 45 out of 180), market share, composition of a mixture.
3. Finding the Whole When You Know the Part and the Percentage
Question: 63 is 18% of what number?
Whole = 63 / (18 / 100) = 63 / 0.18 = 350
Use this for: reverse-engineering original prices after a discount, finding a salary from a bonus percentage.
4. Percentage Increase and Decrease
Formula:
Percentage Change = [(New Value - Old Value) / Old Value] ร 100
Example โ Increase: A product cost $80 last year and costs $94 this year.
Change = [(94 - 80) / 80] ร 100 = [14 / 80] ร 100 = 17.5% increase
Example โ Decrease: A stock fell from $150 to $127.50.
Change = [(127.50 - 150) / 150] ร 100 = [-22.50 / 150] ร 100 = -15% (a 15% drop)
5. Finding the Original Value Before a Percentage Change
This is the most commonly botched calculation. A common mistake: if something increased by 20%, people subtract 20% of the new price to find the original. That is wrong.
Wrong approach: Item costs $120 after a 20% increase. "Original = $120 - 20% of $120 = $120 - $24 = $96." This is incorrect.
Correct approach:
Original = New Value / (1 + Percentage Change/100)
Original = $120 / 1.20 = $100
Verify: $100 ร 1.20 = $120. Correct.
For a decrease: Item costs $85 after a 15% discount. What was the original price?
Original = $85 / (1 - 0.15) = $85 / 0.85 = $100
6. Successive Percentages (They Do Not Add Up)
Question: A jacket is discounted 20%, then a further 15%. Is the total discount 35%?
No. Successive percentages compound:
After 20% off: $100 ร 0.80 = $80
After further 15% off: $80 ร 0.85 = $68
Total reduction: $100 โ $68 = 32% total discount, not 35%.
The formula for two successive percentage changes a% and b%:
Combined Effect = a + b + (a ร b / 100)
= -20 + (-15) + [(-20)ร(-15)/100]
= -35 + 3 = -32%
This matters for things like compound annual growth, multi-level discounts, and layered tax calculations.
Percentage Points vs. Percentages โ A Critical Distinction
These two terms are not interchangeable, and confusing them causes significant errors in financial and policy contexts.
Scenario: An interest rate rises from 4% to 6%.
- It increased by 2 percentage points (6 โ 4 = 2)
- It increased by 50% as a relative change [(6โ4)/4 ร 100 = 50%]
Politicians and marketers often exploit this ambiguity. When a party says "we cut the tax rate by 25%," they may mean they reduced it from 20% to 15% โ which is 5 percentage points, not 25% of your income.
Always check: is the quoted number a percentage point change or a relative percentage change?
Real-World Applications
Retail Discounts
A coat originally priced at $349 is on sale for 30% off:
Discount = $349 ร 0.30 = $104.70
Sale price = $349 - $104.70 = $244.30
Or directly: $349 ร (1 - 0.30) = $349 ร 0.70 = $244.30
GST / VAT / Sales Tax
A product costs $75 before 8% tax:
Tax amount = $75 ร 0.08 = $6
Total = $75 + $6 = $81
Or: $75 ร 1.08 = $81
To extract the pre-tax price from a tax-inclusive price:
Pre-tax = Tax-inclusive price / 1.08 = $81 / 1.08 = $75
Profit Margin vs. Markup
These are different and frequently confused in business:
- Markup is calculated on cost: Profit / Cost ร 100
- Margin is calculated on revenue: Profit / Revenue ร 100
If you buy for $60 and sell for $100:
Markup = (40/60) ร 100 = 66.7%
Margin = (40/100) ร 100 = 40%
A 40% margin sounds more modest than a 66.7% markup, but they describe the same transaction. Retail uses margin; manufacturing often uses markup.
Nutrition Labels
A food contains 12g of fat per serving. If the daily value (DV) for fat is 78g:
% DV = (12 / 78) ร 100 = 15.4%
The label rounds to 15% DV โ which tells you that one serving supplies 15% of the recommended daily fat intake.
Common Mistakes to Avoid
- Dividing by the new value instead of the original when calculating percentage change
- Adding successive percentages instead of compounding them
- Confusing percentage point changes with percentage changes
- Taking a percentage of a percentage directly (e.g., "half of 60%" is 30%, not calculated as 0.5 ร 60 = 30 โ actually that does work, but the mistake is applying it to the wrong base)
- Forgetting the base: "20% more than what?" always requires a base value
Frequently Asked Questions
Q: What is 0% of any number? A: Always zero. 0% means "no part of," so 0% of 1,000,000 = 0.
Q: What is 100% of a number? A: The number itself. 100% = the whole thing.
Q: Can a percentage be over 100%? A: Yes. If something triples in value, it increases by 200% (not 300%). If it quadruples, it increases by 300%. The new value is 300% of the original; the increase is 200%.
Q: How do I calculate percentage in Excel?
A: Use =A1/B1 and format the cell as percentage, or =A1/B1*100 to get a plain number. For percentage change: =(B1-A1)/A1*100.
Use the Percentage Calculator for any of these scenarios โ it handles all six calculation types with instant results.