Percentage Increase and Decrease in Real Life: Discounts, Raises, and Successive Changes
How to find percent increase and decrease in real situations — successive discounts, a raise followed by tax, and why stacked percentages don't simply add together.
Published July 15, 2026
Learning how to find percent increase and decrease from the formula is one thing — applying it correctly to a real situation with multiple stacked percentage changes is where most everyday mistakes actually happen, because stacked percentages almost never simply add together the way intuition suggests.
Successive discounts: why 20% + 10% isn’t 30% off
Final Price = Original × (1 − d₁) × (1 − d₂)
Each discount applies to the already-reduced price, not the original.
A $100 item marked “20% off, then an extra 10% off” doesn’t end up at $70 (as if the discounts simply added to 30%) — it ends up at $72. The first discount takes $100 down to $80; the second discount then applies to that already-reduced $80, not the original $100, taking off $8 (10% of $80) to reach $72. Successive percentage discounts always compound this way, and the combined effective discount (28% in this case, not 30%) is always slightly less than simply adding the two individual percentages together.
A raise followed by tax withholding
The same stacking logic applies just as much to combinations of decreases and increases as it does to two discounts. An $80 item with a 25% discount applied first, then 8% sales tax added to the discounted price: $80 × 0.75 = $60, then $60 × 1.08 = $64.80 — the tax is calculated on the discounted price, not the original $80, which is exactly why the final price isn’t simply “$80 minus 25% plus 8%” treated as flat, independently-applied percentages of the original amount.
The order in which percentage changes are applied doesn't actually affect the final result, even though it might seem like it should — 20% off then 10% off produces the identical final price as 10% off then 20% off, since multiplication is commutative. What does matter is that each percentage is always applied to the *result of the previous step*, never back to the original value.
The recovery asymmetry: why a 50% drop needs a 100% gain
This is the single most counterintuitive and most practically important consequence of the “always divide by the current base” rule. A stock, salary, or investment that drops 50% doesn’t need a 50% gain to get back to where it started — it needs a full 100% gain, because the recovery percentage is calculated against the new, smaller base, not the original larger one.
$100 → -50% → $50 → +100% → $100
A 50% loss and a 50% gain do NOT cancel out — the gain needed to recover always exceeds the percentage lost.
A $100 investment that falls 50% is worth $50. Getting back to $100 from $50 requires a gain of $50 on a $50 base — which is a 100% gain, not 50%. This asymmetry only grows more dramatic for larger drops: a 75% loss requires a 300% gain to fully recover, and a 90% loss requires a 900% gain — each additional percentage point of loss demands a disproportionately larger recovery percentage, purely because the base you’re calculating the recovery percentage against keeps shrinking.
A worked table of the recovery asymmetry
| Loss | Gain needed to fully recover |
|---|---|
| 10% | 11.1% |
| 25% | 33.3% |
| 50% | 100% |
| 75% | 300% |
| 90% | 900% |
This table is worth internalizing for anything involving investment losses specifically — it’s exactly why avoiding large percentage losses in the first place matters disproportionately more than the loss percentage alone might suggest, since the recovery burden grows non-linearly, not proportionally, as losses get larger.
Applying this to real budgeting and shopping decisions
Multiple successive discounts always total slightly less than their sum — useful for realistically estimating a final sale price.
Tax typically applies to the discounted price, not the original — factor this into a true final-cost estimate.
A loss always needs a proportionally larger percentage gain to fully recover — plan risk tolerance accordingly.
Calculating your own stacked percentages
The Percentage Change Calculator handles a single before-and-after comparison correctly using the original-value-denominator rule — for a multi-step scenario like successive discounts, running the calculation once per step (using each step’s own starting value as the “old” figure for that step) and chaining the results together gives an accurate final answer, exactly as demonstrated in the worked examples above. The Percentage Calculator is useful for the simpler, single-step “what is X% of Y” question that each individual step in a stacked calculation ultimately reduces to. Combining percentages across differently-sized groups, rather than stacking them in sequence, runs into a related but distinct trap worth knowing separately.
FAQ
Do two 15% discounts equal one 30% discount? No — two successive 15% discounts combine to about a 27.75% total discount, always slightly less than simply adding the two percentages, because the second discount applies to an already-reduced price.
Does the order of stacked percentage changes matter for the final result? No — multiplying by (1 − 0.20) then (1 − 0.10) gives the identical final result as multiplying by (1 − 0.10) then (1 − 0.20), since multiplication order doesn’t affect the product.
Why does a 50% loss need a 100% gain to recover, not 50%? Because the recovery percentage is calculated against the new, smaller value after the loss — not the original larger value — so proportionally the same dollar amount represents a larger percentage gain on the smaller base.
Is sales tax normally calculated before or after a discount? Most commonly after — tax is typically applied to the discounted price, not the pre-discount original price, though this can vary by jurisdiction and specific transaction rules.
How do I calculate a series of more than two stacked percentage changes? Apply each percentage change in sequence to the running result of the previous step, exactly as with two changes — the same compounding logic extends to any number of successive percentage changes.
Is there a shortcut formula for combining two successive percentage discounts? Yes — combined discount = 1 − [(1 − d₁) × (1 − d₂)], expressed as a percentage. This produces the same result as calculating step by step, just in one formula.
Related calculators
Percentage Change Calculator
Find the percentage increase or decrease between two numbers — a relative measure of change that's more meaningful than the raw difference alone.
Percentage Calculator
Find what a percentage of a number is, instantly — the most fundamental everyday percentage calculation.