What Is a Percent?
A percent is a fraction with a denominator of 100. The word comes from the Latin per centum — "per hundred." The symbol % is shorthand for "/100."
When you say "30% of students passed," you mean 30 out of every 100 students passed — or equivalently, $\tfrac{30}{100} = 0.30 = \tfrac{3}{10}$ of the total.
Three equivalent ways to write the same value:
$$30% = \frac{30}{100} = 0.30 = \frac{3}{10}$$
Every percentage has these three equivalent forms — a fraction with 100 as the denominator, a decimal, and a simplified fraction.
What Is the Percent Formula?
The fundamental formula:
$$\text{Percentage} = \frac{\text{Part}}{\text{Whole}} \times 100$$
This answers the question: "What percentage is the part of the whole?"
Worked example. A bag has 50 marbles, 20 of which are red. What percentage are red?
$$\text{Percentage red} = \frac{20}{50} \times 100 = 0.4 \times 100 = 40%$$
Three Variations of the Same Formula
Finding the part:
$$\text{Part} = \frac{\text{Percentage}}{100} \times \text{Whole}$$
Finding the whole:
$$\text{Whole} = \frac{\text{Part}}{\text{Percentage}} \times 100$$
These three forms — find the percentage, find the part, find the whole — cover almost every percent problem.
How Do You Convert Between Percent, Decimal, and Fraction?
To Convert | Do This | Example |
|---|---|---|
Percent → Decimal | Divide by 100 (move decimal 2 places left) | $45% \to 0.45$ |
Decimal → Percent | Multiply by 100 (move decimal 2 places right) | $0.72 \to 72%$ |
Percent → Fraction | Put over 100 and simplify | $25% \to \tfrac{25}{100} = \tfrac{1}{4}$ |
Fraction → Percent | Convert to decimal first, then $\times 100$ | $\tfrac{3}{8} \to 0.375 \to 37.5%$ |
How Do You Calculate Percentage Increase and Decrease?
For changes between two values:
$$\text{Percentage change} = \frac{\text{New} - \text{Old}}{\text{Old}} \times 100$$
A positive result means increase; a negative result means decrease.
Worked example. A shirt costs $40 and is now on sale for $32. What's the percentage decrease?
$$\text{Decrease} = \frac{32 - 40}{40} \times 100 = \frac{-8}{40} \times 100 = -20%$$
The price decreased by 20%.
Why Do We Use Percent? (The Real-World GROUND)
"Centesime calculate, per centum…" — Roman tax formulas, 1st century CE.
The percent concept is 2,000 years old. The Romans used fractions of 100 for tax calculations — the emperor Augustus levied a 1% sales tax (centesima rerum venalium) and a 4% tax on the sale of slaves. The word centesim — "hundredth part" — became the linguistic root of cent, percent, and centi-.
Percentages became central to commerce in 15th-century Italy, where merchants used percentage-based commission rates, profit margins, and tax computations. The symbol % evolved gradually from the Italian per cento, eventually contracting to p^c, then p:c, and finally to the modern % around the 17th century.
Today, percentages run nearly every quantitative aspect of everyday life:
Sales tax and VAT. A 7% sales tax on a $50 purchase adds $3.50.
Discount sales. "20% off" — multiply price by 0.80 to get sale price.
Tip calculation. A 15% tip on a $40 bill: $40 × 0.15 = $6.
Bank interest rates. A 5% APR on a $10,000 loan means $500 in interest per year (simple interest) — far more with compounding.
Statistics. Polling results, election margins, and survey data are reported as percentages for easy comparison.
Health. Body fat percentage, BMI percentiles, vaccination rates, and clinical trial efficacy ("90% effective").
Grading and test scores. SAT/ACT percentile ranks, GPA percentages, exam grades.
Finance. Stock returns, mutual fund performance, mortgage rates.
Sports. Batting averages, field-goal percentages, free-throw percentages.
The cleanness of percentages is why we use them: 30% of one thing and 45% of another can be directly compared, even if the "one thing" is a chemistry-class grade and the "other" is a sales figure.
A Worked Example
A store has a 25% discount sale. After the discount, an additional 10% coupon is applied. Is the final price 35% off?
The intuitive (wrong) approach. A student adds the percentages directly:
$$\text{Total discount} \stackrel{?}{=} 25% + 10% = 35%$$
Why it fails. Successive percentage discounts don't add — they compound multiplicatively. The 10% coupon applies to the already-discounted price, not the original.
The correct method.
For a $100 item:
Step 1: Apply 25% discount. $100 × (1 - 0.25) = $100 × 0.75 = $75.
Step 2: Apply 10% coupon to the discounted price. $75 × (1 - 0.10) = $75 × 0.90 = $67.50.
Step 3: Compare to original. The final price $67.50 represents $100 - $67.50 = $32.50 off, or 32.5% discount, not 35%.
Check. Combined factor: $0.75 \times 0.90 = 0.675$, so the effective discount is $1 - 0.675 = 0.325 = 32.5%$.
At Bhanzu, our trainers walk through this wrong-path-first sequence intentionally — percentages-add-directly is one of the most expensive intuitions a consumer can have, because it lets stores advertise "additional discount" promotions that look bigger than they actually are. Once a student feels the multiplicative truth, they catch the trick.
What Are the Most Common Mistakes With Percent?
Mistake 1: Adding percentages directly across multiple discounts
Where it slips in: Successive discounts, compound interest, sequential percentage changes.
Don't do this: 25% + 10% = 35% off.
The correct way: Percentages on percentages multiply. $0.75 \times 0.90 = 0.675$, so the effective discount is 32.5%, not 35%.
Mistake 2: Confusing percentage points with percent
Where it slips in: Polling and interest-rate news. "Rates went up 1%" and "rates went up 1 percentage point" mean different things.
Don't do this: Saying interest rates went up from 5% to 5.5% by "0.5%."
The correct way: The change is 0.5 percentage points — but it's a $\tfrac{0.5}{5} \times 100 = 10%$ increase in the rate itself. The two metrics tell different stories; choose the right one for context.
Mistake 3: Mixing the base when comparing percentages
Where it slips in: "Last year sales were 200, this year 300 — a 50% increase. Then next year they go to 240 — a 50% decrease back to where we started?"
Don't do this: Assuming a 50% increase undone by a 50% decrease returns you to the start.
The correct way: A 50% increase from 200 gives 300. A 50% decrease from 300 gives 150, not 200. The percentages have different bases. To get back to 200 from 300, you need a $\tfrac{100}{300} \times 100 \approx 33%$ decrease.
The Mathematicians Who Shaped Percentages
Roman Tax Officials (c. 100 BCE–100 CE) — Standardised fractions of 100 for tax calculation. Centesima rerum venalium (1% sales tax) was levied by Augustus and continued for centuries.
Italian Merchants (15th century) — Developed practical percentage calculations for commerce. The notation evolved from per cento through abbreviations (*p^c*, p:c) to the modern % symbol.
Leonhard Euler (1707–1783, Switzerland) — Formalised the use of percentages in compound interest calculations, which underlie all modern finance.
A Practical Next Step
Try these three before moving on to ratios and proportions.
What is 35% of 80?
A $250 item is on sale for $200. What percentage is the discount?
A 20% increase followed by a 20% decrease — does that return you to the original value?
Was this article helpful?
Your feedback helps us write better content