Sale Discount Calculator
Inputs
| Original Price | 100 $ |
|---|---|
| Sales Tax Rate | 0 % |
Sale Discount Calculator
See the real price after stacking multiple percentage discounts — 30% off + 20% off is 44% off, not 50%.
Inputs
Price & Tax
Discounts
- 1%A single percent-off discount, applied multiplicatively to whatever price remains after the rows above. Add a row for each stacked promotion — store sale, member discount, coupon, etc.
- 2%A single percent-off discount, applied multiplicatively to whatever price remains after the rows above. Add a row for each stacked promotion — store sale, member discount, coupon, etc.
Results
Enter a value to see results.
Details
Stacked vs Single Comparison
How stacked discounts work
A stacked discount is a sequence of percent-off discounts applied one after another to the same price, where each discount is taken off whatever amount remains after the previous one. Because the discounts compound rather than add, the combined reduction is always multiplicative: "30% off" followed by "an extra 20% off" is 44% off, not the 50% the two percentages sum to.
Effective discount
The effective discount is the single percent-off rate that would produce the same final price as a stack of discounts. For example, 30% off followed by 20% off has an effective discount of 44% — identical to a one-time 44% off.
Mechanism
A single percent-off discount on a price leaves a price of . When discounts stack, each successive discount applies to whatever price survived the previous one, so two stacked discounts and leave:
P⋅(1−d1)⋅(1−d2)In general, for stacked discounts:
final=P⋅i=1∏n(1−di)The effective discount — the single percent-off rate that produces the same final price — is therefore:
deff=1−i=1∏n(1−di)This is always strictly less than whenever there are at least two non-zero discounts, because $(1-a)(1-b) = 1 - a - b + ab > 1 - a - b$ for any $a, b > 0$. The cross term is the gap between the naive sum and the effective rate.
Worked example
A $100 item carries 30% off and an extra 20% off:
| Step | Calculation | Price |
|---|---|---|
| Original | $100 | |
| After 30% off | 100 × 0.70 | $70 |
| After an extra 20% off | 70 × 0.80 | $56 |
| Same naive sum (50%) once | 100 × 0.50 | $50 |
| Difference | $6 |
The total saved is $44, not $50, and the effective discount is 44%, not 50%. A straight 50% off would leave $50 — $6 less than the stacked result.
Common stacking patterns
| Advertised | Actual discount |
|---|---|
| 30% off + 20% off | 44% off |
| 30% off + 30% off | 51% off |
| Half price + half price again | 75% off |
| 50% off + 20% off | 60% off |
| 10% off × 5 times | 41% off |
Estimating the effective discount
For two stacked discounts and , the gap between the naive sum and the effective discount is exactly . The exact shortcut formula for two discounts is:
deff=(d1+d2)−d1⋅d2For three or more discounts, higher-order cross terms appear and the product becomes an approximation (though a close one). Some examples:
- 30% + 20% → subtract → 44% off (exact).
- 40% + 30% → subtract $0.12$ → 58% off (exact).
- 25% + 25% → subtract $0.0625$ → 43.75% off (exact).
For a stack of equal discounts of rate , the effective rate is , which is always strictly below . Five 10% discounts stack to , not 50%.
Order of percent-only stacks
Multiplication commutes, so the order of percent-off discounts does not change the final price: $(1 - 0.30)(1 - 0.20) = (1 - 0.20)(1 - 0.30) = 0.56$. Whether a store discount or a coupon is applied first, the result is the same — for percentage discounts.
Order does matter when percent-off and dollar-off coupons are mixed. On a 100-dollar item, "10 off then 20% off" yields 90 × 0.80 = 72; "20% off then 10 off" yields 80 − 10 = 70. The dollar-off coupon is worth more when applied to the higher pre-percentage price. This calculator handles the percent-only case; dollar-off coupons must be worked out separately.
Sales tax
In most US states, sales tax is computed on the post-discount price, which is what this calculator does when the tax rate is non-zero. A few jurisdictions (and most VAT regimes outside the US) tax the pre-discount sticker price; in those cases tax is computed separately on the original amount and added to the discounted total.
Why retailers stack discounts
Stacking persists for three structural reasons rather than as a trick:
- Headline arithmetic. "30% + 20%" reads as 50% even though the effective rate is 44%, so the advertised numbers appear larger than the realized discount.
- Anchoring. A "30% off" sale tag plus "an extra 20% at the register" presents two separate price reductions, each anchored against the original price.
- Margin control. A flat 50% off is a single fixed concession. Stacking the same headlines yields a smaller real discount and lets each layer be adjusted independently.
The underlying operation is ordinary compound multiplication; the calculator shows the actual final price alongside the headline rate.
Frequently Asked Questions (FAQ)
Why is "30% off + extra 20% off" not 50%?
Because the second discount is taken off the already-discounted price, not the original. 30% off $100 leaves $70; 20% off $70 is $14, leaving $56. A single 50% would leave $50 — a $6 difference, with the headline rate still appearing larger than the effective 44%.
Does the order of stacked discounts matter?
No, not when both are percentages. Multiplication commutes: (1−0.30)(1−0.20) = (1−0.20)(1−0.30) = 0.56. Order does matter when mixing percent-off with dollar-off (e.g. "$10 off then 20% off" ≠ "20% off then $10 off") — this calculator handles the percent-only case.
How is the effective discount estimated quickly?
For two stacked discounts that sum to S, the gap between S and the effective rate is d₁·d₂. So 30%+20% loses 0.30×0.20 = 6 percentage points → 44%. For 40%+30%: 0.12 → 58%. This product is exact for two discounts and a close approximation for three or more.
How does sales tax apply to a discounted price?
In most US states, sales tax is applied to the post-discount price, which is what this calculator does. A few jurisdictions (and most VAT regimes outside the US) charge tax on the pre-discount sticker; in those cases tax is computed separately on the original price and added to the discounted total.
Disclaimer
Assumes all discounts are percent-off and apply multiplicatively to the running price. Some promotions cap the dollar amount, exclude items, or apply in a fixed order with dollar-off coupons mixed in; the merchant's terms govern those cases. Sales tax is computed on the post-discount price; jurisdictions that tax the pre-discount price will produce a slightly different total.