Questions specific to combining two discounts, which come up constantly once shoppers notice their receipt doesn't match a naive addition.
Why don't two discounts add together when stacked?
Because the second discount is calculated on the already-reduced price, not the original one. It's removing a percentage of a smaller number, so the combined effect is always less than the sum of the two individual rates.
Does the order I apply two discounts in change the final price?
No, multiplication is commutative, so 30% then 10% gives the identical final price as 10% then 30%. What does change with order is the size of the intermediate discount shown at each step, but the end result is the same.
How do I calculate the single equivalent discount for three or more stacked discounts?
Multiply all the individual "remaining fraction" multipliers together, then convert back to a percentage: Combined % = (1 − (m₁ × m₂ × m₃ × …)) × 100, using the same approach as two-discount stacking, extended to as many discounts as apply.
Are all store promotions actually stackable?
No, many retailers explicitly restrict combining a sale price with an additional coupon, and terms vary by promotion. Always check the specific offer's terms before assuming two discounts will stack at checkout.
How do I verify a cashier or website applied stacked discounts correctly?
Check that the second discount amount was calculated on the already-discounted subtotal, not the original price. If a receipt shows the second discount as a flat percentage of the original price instead, the stacking was applied incorrectly.
What's the maximum possible combined discount from stacking?
It approaches, but never quite reaches, 100% no matter how many discounts are stacked, since each additional discount only removes a percentage of whatever fraction of the price is still left. An item's price is reduced toward zero but never exactly reaches it through percentage discounts alone.
Is stacking discounts the same as compounding interest?
Mathematically, yes, both multiply a sequence of individual multipliers together rather than adding the individual rates, whether the multipliers are below one (discounts) or above one (growth).
Why do some stores explicitly say discounts cannot be combined?
Because stacking reduces the retailer's margin more than either discount alone, so many retailers cap total savings per transaction to a single applicable promotion by policy.
How is a stacked discount different from a bundle discount?
A bundle discount applies one combined rate to a set of items purchased together, calculated once. A stacked discount applies two or more separate percentage reductions sequentially to the same price.
Can a stacked discount combination ever exceed 100% off in an unusual promotion?
Not through ordinary percentage stacking as covered here, each discount only ever removes a fraction of what's left, so the price approaches zero without going below it or turning negative.