Skip to content
MathFree · No signup · 25M+/month

Free Percentage Calculator — Five Problem Types with Step-by-Step Working

One calculator for all five classic percentage problems — X% of Y, X is what % of Y, X increased/decreased by Y%, and % change from one value to another. Full working shown.

  • Instant result
  • Private — nothing saved
  • Works on any device
  • AI insight included
Reviewed by CalcBold Editorial · Methodology: OpenStax College Algebra + standard percentage arithmetic (P × Y / 100, percent-change, percent-of-total, reverse-percent)Last verified Methodology

Percentage Calculator

The field labels below will change to match.

The percent to apply.

The whole value.

Mental-math cheatsheet

The percentages everyone calculates on their phone — pre-computed, with the trick to do it in your head.

On your bill

10%
$4.85
total $53.35
Move the decimal one place left.
15%
$7.28
total $55.78
10% + half of 10% — easiest verbal sum.
18%
$8.73
total $57.23
20% minus 10% of 20% (2 × 10% × 0.9).
20%
$9.70
total $58.20
Double 10% — fastest tip math.
25%
$12.13
total $60.63
Divide by 4.
30%
$14.55
total $63.05
Triple 10%.

Reference grid · base × percentage

Base ↓ / % →10%15%18%20%25%30%
$10$1.00$1.50$1.80$2.00$2.50$3.00
$20$2.00$3.00$3.60$4.00$5.00$6.00
$25$2.50$3.75$4.50$5.00$6.25$7.50
$50$5.00$7.50$9.00$10$13$15
$75$7.50$11$14$15$19$23
$100$10$15$18$20$25$30
$150$15$23$27$30$38$45
$200$20$30$36$40$50$60

The fastest mental tip: take 10% (move decimal one place left), then double it for 20%, or add half-of-10% for 15%.

On a $48.50 bill: 10% = $4.85 · 20% = $9.70 · 15% = $7.28 (4.85 + 2.43). You don’t need an app for any of these — just the 10% anchor and one operation.

Embed builderDrop the Percentage on your site →Free widget · 3 sizes · custom theme · auto-resizes · no signupGet embed code

What Is a Percentage?

A percentage is a ratio expressed as a fraction of 100. The word comes from the Latin per centum— “by the hundred.” When you say a store is offering 30% off, you mean for every 100 cents of the original price, 30 cents are subtracted. When a grade is reported as 84%, it means 84 of 100 possible points were earned. The universality of percentages is exactly what makes them useful: they put every proportion on the same scale, regardless of whether you are comparing exam scores, tax rates, investment returns, or body-fat composition.

Despite that simplicity, percentages are the single most misapplied piece of everyday arithmetic. People routinely add percentages that should be multiplied, divide by the wrong base, confuse percentage-point changes with relative changes, and assume symmetric percent swings that are mathematically impossible. This calculator handles all five canonical percentage problem types and shows the step-by-step working so you can spot those traps before they cost you real money.

The five shapes this tool covers are: (1) X% of Y — compute a portion; (2) X is what % of Y — find the rate; (3) X increased by Y%— apply a markup or raise; (4) X decreased by Y% — apply a discount or depreciation; (5) percentage change from X to Y — measure growth or decline between two values. Every percentage question you encounter in daily life, finance, school, or work fits into one of these five.

The Five Core Formulas

X% of Y (portion)

portion = (percent ÷ 100) × whole
equivalently: portion = whole × (percent / 100)

Use this when you know the rate and the total and want the part. Classic applications: sales tax, tip, commission, discount amount, interest on a balance. If 8% sales tax applies to a $1,250 laptop, the tax is (8 ÷ 100) × 1,250 = $100.

Source:Percent — Mathematical definition· National Institute of Standards and Technology

X is what % of Y (rate)

percent = (part ÷ whole) × 100
i.e. the first formula rearranged to solve for rate instead of portion

Use this when you know the part and the total and want to express the ratio as a percent. Classic applications: test scores, market share, response rates, markup verification. A 42/50 score on a quiz is (42 ÷ 50) × 100 = 84%.

Source:Ratio and Proportion — OpenStax College Algebra· OpenStax / Rice University

Increase and decrease by Y%

increased = value × (1 + percent/100)    decreased = value × (1 − percent/100)
equivalently: multiply by the scale factor (1 ± p/100) once

Use these when the base value grows or shrinks by a given rate. Markups, pay raises, and inflation use the increase form. Discounts, depreciation, and weight loss use the decrease form. A $120 item at 25% off: 120 × (1 − 0.25) = $90.

Source:Percentage Increase and Decrease· National Center for Education Statistics

Percentage change from X to Y

% change = ((new − old) ÷ |old|) × 100
a positive result is growth; negative is decline; divide by the STARTING value, not the ending value

Use this to measure how much something moved between two observations. Year-over-year revenue, price appreciation, weight change, grade improvement — all use this form. The denominator is always the original (older) value: 100 → 120 is +20%; 120 → 100 is −16.67%, NOT −20%.

Source:Percentage Change — Statistical definitions· U.S. Bureau of Labor Statistics

Worked Examples

Three examples chosen to cover the most common traps: the inverse relationship between “of” and “is what % of,” the asymmetry of increase vs decrease, and the critical difference between a relative percentage change and a percentage-point change.

Example 1

Sales tax: X% of Y — then verify it with 'is what % of'

Laptop price (pre-tax)
$1,250
Sales tax rate
8%
  1. Convert the rate to a decimal and multiply by the whole.

    (8 ÷ 100) × 1,250 = 0.08 × 1,250 = $100.00
  2. Grand total with tax included.

    1,250 + 100 = $1,350.00
  3. Verify with the inverse: $100 is what % of $1,250? Should return 8%.

    (100 ÷ 1,250) × 100 = 8.0% ✓

Tax = $100. Grand total = $1,350. The two modes are exact inverses: 'of' finds the part when you know the rate; 'is what % of' finds the rate when you know the part.

In US states with sales tax, the headline price is pre-tax. In most of Europe and Canada, tax is already included in the displayed price. Run this calculator on the pre-tax subtotal only.

Example 2

The +20% then −20% trap: why symmetric swings are not symmetric

Starting price
$100
First move
+20%
Second move
−20%
  1. Apply the 20% increase.

    100 × (1 + 0.20) = 100 × 1.20 = $120
  2. Apply the 20% decrease — but now the base is $120, not $100.

    120 × (1 − 0.20) = 120 × 0.80 = $96
  3. Net change vs the original price: ((96 − 100) ÷ 100) × 100 = −4%.

    $96 ≠ $100. Net loss = −4%.
  4. Investment recovery corollary: a 50% loss requires a 100% gain to return to par.

    100 → 50 (−50%) → 50 × 2.0 = 100 (+100%) ✓

Percent changes DO NOT cancel. A +20% followed by a −20% leaves you 4% below the starting point. This is why stacked retail discounts are never additive: '30% off + 20% off' = 1 − (0.70 × 0.80) = 44% off, not 50% off.

The mathematical reason: after the increase, the new base is larger, so the decrease removes a larger absolute amount. Both multiplications operate on different denominators.

Example 3

Percentage change vs percentage point — the headline trap

Old unemployment rate
4%
New unemployment rate
5%
  1. Absolute (percentage-point) change — simple subtraction.

    5 − 4 = 1 percentage point
  2. Relative (percentage) change — divide by the original value.

    ((5 − 4) ÷ |4|) × 100 = (1 ÷ 4) × 100 = 25%
  3. Both are correct descriptions of the same event. The framing is what varies.

    'Up 1 percentage point' vs 'Up 25% relative to the prior rate'

The same unemployment move can be described as '+1 percentage point' or '+25%.' Neither is wrong. Headlines systematically choose whichever framing makes the story land harder. Always ask which base the writer used.

This trap also appears in interest rate reporting, poll results, and corporate earnings. 'Revenue up 20%' and 'Revenue up 20 percentage points' mean completely different things depending on whether revenue itself is expressed as a percent.

How the Five Modes Compare on a $1,000 Scenario

Same inputs, five problem shapes

All five percentage modes applied to a $1,000 wholesale price and a 30% rate

All five percentage modes applied to a $1,000 wholesale price and a 30% rate
ScenarioFormula usedInput valuesResultTypical use case
X% of Yportion = (30/100) × 1,000$1,000 whole, 30% rate$300Discount amount, tax, commission
X is what % of Ypercent = (300/1,000) × 100$300 part, $1,000 whole30%Score rate, market share, markup check
X increased by Y%new = 1,000 × (1 + 0.30)$1,000 base, +30% rate$1,300Retail markup, pay raise, inflation
X decreased by Y%new = 1,000 × (1 − 0.30)$1,000 base, −30% rate$700Sale discount, depreciation, shrinkage
% change X → YRecommended((1,300 − 1,000) / 1,000) × 100$1,000 old, $1,300 new+30%YoY growth, price appreciation

Note the asymmetry between increase and decrease: a 30% increase from $1,000 → $1,300; a 30% decrease from $1,300 → $910 (not $1,000). The increase and decrease modes are NOT inverses of each other at the same rate.

Mental-Math Shortcuts Every Adult Should Know

Most percentage problems hit you at a restaurant table, a sale rack, or while reading a news headline — without a calculator in hand. The goal isn’t perfect precision; it is a two-second estimate you can trust within a dollar or two. A handful of anchor tricks cover roughly 90% of real situations.

  • 10% of any number = shift the decimal one place left.$72 → $7.20. $415 → $41.50. This is the keystone trick — every other shortcut chains off it.
  • 1% = shift the decimal two places left.$72 → $0.72. Useful for anchoring small rates as multiples of 1%.
  • 5% = half of 10%.$72 → $7.20 → $3.60. Halving is the second-easiest mental operation after a decimal shift.
  • 15% tip = 10% + 5%.“Move the decimal, then add half.” $72 → $7.20 + $3.60 = $10.80. This is the most widely useful single shortcut at a restaurant.
  • 20% = 2 × 10%.$72 → $14.40. The contemporary US dining standard and the easiest of all to compute.
  • 25% off = a quarter off; pay 75%.$80 → $80 × 0.75 = $60. Easier still: subtract $20 (a quarter) from $80.
  • US sales tax (≈ 8–9%) ≈ “10% minus a fifth.” $72 → $7.20 − ~$1.44 ≈ $5.76. Most metro rates sit between 7% and 9%.
  • 50% off = half.The anchor for estimating deeper discounts — “60% off” is “half, then a bit more.”

Percent vs Percentage Point — The Distinction That Matters

This is the most consequential vocabulary gap in everyday numeracy. A percent is a ratio (30 parts per 100). A percentage point is the absolute arithmetic gap between two percents. If mortgage rates move from 4.0% to 6.0%:

  • That is a 2 percentage-point increase(6.0 − 4.0 = 2). This is the raw subtraction — appropriate when you are talking about the rate itself.
  • That is also a 50% increase in the rate((6 − 4) ÷ 4 × 100 = 50). This is the relative change — appropriate when you are comparing the magnitude of the move to the starting level.

News coverage reliably picks whichever framing makes the story land harder. A central bank hiking by “50 basis points” (0.50 percentage points) can be described as a “12.5% rate increase” if the starting rate was 4%. Neither framing is wrong; both are real numbers; they describe the same event at completely different emotional magnitudes. Whenever a percentage describes a change in something that is itself a percentage — interest rates, unemployment, body-fat measurements, poll results — stop and identify which of the two is being quoted.

How to Use This Calculator

  1. Pick the problem type from the dropdown. The field labels below update to match the selected mode so you always know which number goes where.
  2. Enter the two values. The helper text under each field tells you exactly what to type — percent rate in one, whole or base value in the other.
  3. Hit Calculate. The result panel shows the primary answer, the formula applied, a details grid with supporting numbers (including the complement, scale factor, and absolute change), and a line-by-line working section so you can verify every step by hand.
  4. Read the AI insight below the result — it places the calculation in a real-world context specific to the mode you chose, so the answer is immediately actionable rather than just a number.

When This Calculator Decides For You

Percentage math almost always underlies a concrete yes/no or choose-between-options decision. Four recurring scenarios where getting the mode right changes the dollar outcome:

  1. Tax + tip on a restaurant bill.Use mode “of” twice — once for the sales tax on the subtotal, once for the tip on the pre-tax subtotal. Never add the two rates and apply them in one shot: 8% tax and 20% tip on $100 is not 28% — it is $8 tax + $20 tip = $128 (tipping on pre-tax) or $8 tax + $21.60 tip = $129.60 (tipping on post-tax). Use our tip calculator to handle both bases and group splits automatically.
  2. Stacked retail discounts.“30% off, then an extra 20% off” is not 50% off. Run each discount sequentially: 100 → 70 (after 30%) → 56 (after 20% of 70). The effective single discount is 44%, not 50%. Use the decrease mode twice in sequence, or run our discount calculator which stacks multiple discounts and shows the effective rate.
  3. Interpreting headlines about “an X% rise.”Whenever a percentage describes a change in something that is itself a percentage (tax rate, unemployment, poll margin), use mode “change” to get the relative number and simple subtraction to get the percentage-point number. Know which the writer used — the difference is often an order of magnitude.
  4. Homework and exam grading.Use mode “is what % of” — your score divided by total possible points, times 100. 42 out of 50 = 84%. Watch the denominator: if a quiz has a 5-point bonus section and you earned 47 out of 55, that is 85.5%, not 94% (47/50). The denominator is everything in a grading dispute.

Common Mistakes and How to Avoid Them

  • Adding percentages that should multiply.Sales tax AND a tip on a restaurant bill compound: a $100 bill with 8% tax and 20% tip is 1.08 × 1.20 = $129.60, not $100 × 1.28 = $128. The $1.60 difference is the tip-on-tax, which compounds when you apply the tip to the post-tax total.
  • Dividing by the wrong base for percentage change. Always divide by the startingvalue: 100 → 120 is +20% (20/100), but 120 → 100 is −16.67% (20/120). The absolute change is the same ($20), but the percentages are different because the bases are different.
  • Confusing “percent off” with “percent of.” “30% off” means you pay 70% of original. “30% of original” means you pay 30%. The difference is 40 percentage points on the same underlying number.
  • Assuming +X% then −X% returns to the original. It does not — the base changes between the two operations. A 50% loss requires a 100% gain to recover. This applies directly to investment portfolios, pricing, and any compounding series.
  • Treating stacked discounts as additive.“30% off plus another 20% off” is 44% off, not 50%. The second discount applies to the already-reduced price. Retailers rely on this confusion because “an extra 20% off” sounds like 50% off total, when it is only an incremental 14 percentage-point discount (70% → 56%).
  • Using a percentage as a GPA proxy. A 95% grade on a test is not a 4.0 or a 3.8 GPA — those scales use institution-specific tables, usually with letter-grade tiers. Use a dedicated GPA calculator for academic conversions.
  • Forgetting which direction “change” runs.From 80 to 100 is +25%. From 100 to 80 is −20%. Same absolute gap (20), opposite percent signs, and opposite magnitudes — because the starting base is different. Always identify which value is older before computing.
  • Mistaking the relative percentage for the percentage-point change. Interest rates rising from 2% to 3% is a 1 percentage-point increase — and a 50% relative increase. Reporting one as the other misrepresents the impact by 50:1.

Background

A Brief History of Percentage Notation

Percentages as a concept are ancient — the Romans calculated taxes and military levies in hundredths (centesimae) centuries before the notation was standardized. But the written symbol we recognize today emerged gradually during the Italian Renaissance, when merchants kept commercial arithmetic in a vernacular designed to be read quickly. Early manuscripts from the 14th and 15th centuries show abbreviations like 'p cento' (per cento, 'by the hundred') gradually compressed into symbols. By the early 17th century, a rough precursor of the modern % had appeared in Italian commercial writing [1].

The formalization of percentage arithmetic in education accelerated alongside the spread of commerce and banking in 18th-century Europe. Percentage was codified in early American textbooks by the 1780s, largely driven by the practical demands of trade, interest calculations, and currency conversion across the thirteen colonies' fractured monetary systems. Noah Webster's early dictionaries included percentage as a standard mathematical term by 1806 [2].

Modern standards for reporting percentages in scientific and government publications were set in the 20th century. The International System of Units (SI), maintained by NIST, defines 'percent' as a dimensionless ratio equal to 0.01 — making 30% formally equivalent to the pure number 0.30. The U.S. Government Printing Office Style Manual and the APA Publication Manual both specify the use of the '%' symbol (without a space before it) in numeric contexts, and the word 'percent' in prose [3]. These conventions matter in professional settings where a sloppy percentage sign can misrepresent a data point by a factor of 100.

  1. History of Mathematical Notation — Cajori · Open Court Publishing / Internet Archive · 1928
  2. U.S. Government Printing Office Style Manual · U.S. Government Publishing Office · 2016
  3. NIST Guide to the SI — Chapter 7: Rules and Style Conventions · National Institute of Standards and Technology · 2008

Real-World Applications by Category

The five formula shapes map to distinct professional and everyday domains. Understanding which shape a given problem belongs to is half the solution.

  • Finance: Interest on a credit card balance (X% of Y, where Y is the balance), portfolio return (% change from start to end of period), salary after a raise (X increased by Y%), and bond coupon payments (X% of face value).
  • Retail: Discount amount (X% of original price), final sale price after discount (X decreased by Y%), markup from wholesale to retail (X increased by Y%), effective combined discount from stacked promotions (sequential decrease modes).
  • Tax and government: Sales tax computed on a subtotal (X% of Y), effective tax rate given total tax and income (X is what % of Y), change in tax rate between years (% change mode), bracket cutoffs expressed as percent of income.
  • Health and science: Body-fat percentage (X is what % of Y applied to fat mass / total body mass), clinical trial response rates, medication dosage expressed as a percent of body weight, year-over-year change in a biomarker.
  • Education: Grade expressed as a percent of total possible points (X is what % of Y), curve applied to class averages (X increased by Y%), improvement in a retest score (% change).
  • Business and analytics: Conversion rate (X is what % of Y applied to conversions / visitors), revenue growth (% change mode), gross margin (profit as % of revenue), market share shift.

Related Calculators

For tip computation specifically — including pre-tax vs post-tax base and per-person splits — use the tip calculator. For sequential discount stacking, use the discount calculator. For growth rates that compound across multiple periods rather than apply once, use the compound interest calculator — the same percentage-change math applies year over year, but the results compound on themselves rather than resetting to the original base. For tracking grade percentages across weighted assignments and computing a GPA, use the GPA calculator.

Key definitions

Percentage terminology — quick reference

Percent

A ratio expressed as a fraction of 100. '30%' means 30 parts per 100, or equivalently the pure decimal 0.30.

The word derives from the Latin 'per centum' (by the hundred). In the International System of Units (SI), percent is a dimensionless ratio equal to 0.01 — 30% = 0.30 exactly. The symbol '%' should never be preceded by a space in numerical writing per U.S. Government Printing Office style.

Source: NIST — SI Unit rules

Percentage Point

The absolute arithmetic gap between two percentages. If a rate goes from 4% to 6%, it rose 2 percentage points — not 2%.

Percentage point and percent are frequently confused in financial and political reporting. A 2 percentage-point rise in a 4% rate is a 50% relative increase. The two numbers describe the same event at completely different scales. The term 'basis point' (1/100th of a percentage point) is common in fixed-income markets — a 50 bps move = 0.50 percentage points.

Scale Factor

The multiplier applied to the original value: (1 + p/100) for increase, (1 − p/100) for decrease.

The scale factor is the most efficient way to apply a percentage change in one operation. A 20% markup on a $50 item: 50 × 1.20 = $60. A 20% discount: 50 × 0.80 = $40. Multiplying by the scale factor is faster and less error-prone than computing the percentage separately and adding or subtracting.

Relative Change

How much a value changed expressed as a percent of its starting value: ((new − old) / |old|) × 100.

Relative change is the output of the 'percentage change' mode. It always uses the starting (old) value as the denominator, making the result sensitive to the direction of change: 100 → 120 is +20% but 120 → 100 is −16.67% — the same absolute gap, different relative magnitudes.

Complement

100% minus the percent applied. The complement of a 30% discount is 70% — the fraction of the original price you actually pay.

Complements simplify multi-step calculations. Instead of computing 30% off and subtracting, multiply directly by 0.70. The complement of 20% tip-on-tax is 80% (the portion of the post-tax total kept by the restaurant, not the server). Stacked discounts multiply complements: 30% off + 20% off = 0.70 × 0.80 = 0.56 complement, i.e. 44% total discount.

Base Value

The denominator in a percentage calculation — the 'whole' in 'part is X% of whole.' Getting the base wrong is the most common percentage error.

The base must match the question being asked. For a grade percentage, the base is total possible points. For a percentage change, the base is the starting value. For tip percentage, the base is typically the pre-tax subtotal. Using the post-tax total as the base for a tip inflates the effective percentage by approximately the local tax rate.

Basis Point (bp or bps)

One hundredth of one percentage point. Used in finance to express small interest-rate or spread changes: 25 bps = 0.25 percentage points.

The unit emerged in bond markets to avoid ambiguity around 'percent' vs 'percentage point.' A central bank hiking by 25 bps raises its target rate from, say, 5.00% to 5.25% — an unambiguous statement. Basis points are also used in fee disclosures: a fund charging 12 bps annually charges 0.12% of assets under management per year.

Markup vs Margin

Markup is profit as a percent of cost; margin (gross margin) is profit as a percent of the selling price.

A product costing $10 sold for $15: markup = (5/10) × 100 = 50%; gross margin = (5/15) × 100 = 33.3%. Same $5 profit, two very different percentage descriptions. Retailers quote margin; manufacturers often quote markup. Using the wrong one when negotiating wholesale pricing can mean underpricing by thousands on a volume order.

Sources & Methodology

The formulas, thresholds, and benchmarks behind this calculator are anchored to the primary sources below. Where a study or agency document is the underlying authority, we link straight to it — not a summary or republished version.

  1. NIST DLMF — Elementary Functions· National Institute of Standards and Technology

    Authoritative reference for elementary arithmetic operations underpinning percentage math (X% of Y, ratios, multiplicative change).

    Accessed

  2. Britannica — Percentage· Encyclopaedia Britannica

    Foundational definition of percentage as a ratio per hundred and standard formulas for percent-of, percent-change, and reverse-percent.

    Accessed

  3. MIT OpenCourseWare — Arithmetic and Pre-Algebra· Massachusetts Institute of Technology

    Course notes covering proportional reasoning and the algebraic identities used in percent-change and percent-of calculations.

    Accessed

  4. BIPM SI Brochure — Quantities Expressed as Ratios· Bureau International des Poids et Mesures

    Defines dimensionless ratio quantities and the formal status of the percent symbol (%) as 1/100, used throughout the calculator's display logic.

    Accessed

Frequently Asked Questions

The most common questions we get about this calculator — each answer is kept under 60 words so you can scan.

  • What are the 5 problem types?
    1) What is X% of Y (e.g. 20% of 150 = 30). 2) X is what % of Y (e.g. 30 is 20% of 150). 3) X increased by Y% (e.g. 150 + 20% = 180). 4) X decreased by Y% (e.g. 150 − 20% = 120). 5) Percentage change from X to Y (e.g. 100 → 120 = +20%). Any percentage question fits one of these five shapes.
  • What's the difference between 'percent' and 'percentage point'?
    A percent is a ratio; a percentage point is an absolute difference between two percentages. If interest rates rise from 4% to 6%, that's a 2 percentage-point increase and a 50% increase. Journalists mix them up — check whether someone's 'X% rise' makes sense at both scales before taking it at face value.
  • Is increasing by 20% then decreasing by 20% the same as the original?
    No — you land 4% below the original. 100 × 1.20 = 120, then 120 × 0.80 = 96. Percent changes don't cancel out because they're applied to different bases. This is why a 50% investment loss requires a 100% gain to recover.
  • Why does the calculator show 'division by zero' for some inputs?
    'X is what % of zero' and 'percentage change from zero' are both undefined — you can't divide by zero. If you're trying to describe growth from zero (e.g. a new business going from $0 to $1,000 in sales), frame it as the absolute number ('grew by $1,000') rather than a percentage.
  • Are discounts stacked multiplicatively or additively?
    Multiplicatively. A 20%-off coupon on top of a 30%-off sale gives you 44% off, not 50%. The math: 0.80 × 0.70 = 0.56 remaining, which is 44% off. Retailers bank on customers doing the additive mental math and feeling the second discount is generous.
  • How do I calculate a tip without a calculator?
    10% shortcut: move the decimal one place left. $47.30 × 10% = $4.73. Double it for 20%. Halve the 10% number and add it for 15%. Tip math is the single most useful percentage skill for daily life; the shortcut works for any percentage that divides 10 neatly.
  • Can percentage change be over 100%?
    Yes. Any change where the new value is more than double the old exceeds 100%. A stock going from $10 to $40 is a 300% gain. There's no upper ceiling on percentage increases. Percentage decreases bottom out at −100% (goes to zero); anything more negative would require going negative in absolute terms.
  • Why do some percentages round oddly?
    Common decimals translate to awkward percentages: 1/3 = 33.33…%, 1/7 = 14.285…%, 1/9 = 11.11…%. We round percentages to 2 decimal places (e.g. 33.33%) in the primary output; the step-by-step working shows the full computation without rounding.
  • How do I reverse-calculate a pre-discount or pre-tax price?
    Divide, don't subtract. If an item is $80 after a 20% discount, the original price is $80 ÷ 0.80 = $100 — not $80 × 1.20 = $96. If a receipt shows $21.40 including 7% sales tax, the pre-tax price is $21.40 ÷ 1.07 = $20.00. The calculator's 'X is what % of Y' mode handles this — enter the final and the original to recover the percentage, or use a decrease/increase mode in reverse for the base price.
  • What is the percentage difference between two numbers, and when is it used?
    Percentage difference treats both numbers as equals — |A − B| ÷ ((A + B) / 2) × 100. It's symmetric (A vs B = B vs A), unlike percentage change which picks a reference. Use difference when comparing two peer values (sales between two stores, scores between two candidates). Use change when there is a directional before/after (stock price last month vs this month). Swapping them is the most common percentage mistake in journalism and business reports.
  • How do I calculate a percentile rank instead of a percentage?
    Percentile is different — it's the fraction of a distribution at or below a value, expressed 0–100. A test score at the 85th percentile means 85% of test-takers scored at or below you, not that you got 85% correct. This calculator handles ratios (part ÷ whole × 100) but not percentile ranks, which require the full dataset. If you have 200 scores and yours is the 30th-highest, your percentile rank is (200 − 30) ÷ 200 × 100 = 85th.
  • How does compounding interact with percentage change over multiple periods?
    Multiplicatively, not additively. Three consecutive 10% gains compound to a 33.1% total (1.10³ = 1.331), not 30%. Three consecutive 10% losses compound to a 27.1% total loss (0.90³ = 0.729), not 30%. This is why a volatile investment that alternates +20% / −20% each year loses money over time even though the simple average is zero: (1.20 × 0.80)^n = 0.96^n, a 4% loss per two-year cycle. Always compound, never sum.