How Cascading Discounts Work
Sequential discounts apply one after another, with each successive reduction calculated against the new price—not the original. This creates a multiplicative rather than additive effect.
- Start with the original price.
- Apply the first discount to get an intermediate price.
- Apply the second discount to that intermediate price.
- Apply the third discount to the result from step 3.
For example, a £100 item with 15%, 10%, and 5% discounts becomes: £100 → £85 (after 15%) → £76.50 (after 10%) → £72.68 (after 5%). The total savings is £27.32, which represents a 27.32% reduction—less than the 30% you might expect from simply adding the percentages.
The Triple Discount Formula
The final price depends on all three discount rates applied sequentially. Rather than subtracting each discount from the previous price in steps, you can calculate it directly using the formula below.
Final Price = Original Price × (1 − d₁) × (1 − d₂) × (1 − d₃)
Total Savings = Original Price − Final Price
Effective Discount % = [1 − (1 − d₁) × (1 − d₂) × (1 − d₃)] × 100
Original Price— The starting price before any discounts are applied.d₁— The first discount expressed as a decimal (e.g., 20% = 0.20).d₂— The second discount expressed as a decimal.d₃— The third discount expressed as a decimal.
Why the Effective Discount Isn't the Sum
A common mistake is adding discount percentages. Three successive 10% discounts do not equal 30% off. Instead:
- After the first 10%: you retain 90% of the price (multiply by 0.90)
- After the second 10%: you retain 90% of that (multiply by 0.90 again)
- After the third 10%: you retain 90% of the remainder (multiply by 0.90 once more)
The overall retention is 0.90 × 0.90 × 0.90 = 0.729, meaning you pay 72.9% of the original price and receive a 27.1% effective discount. The reason is that each discount applies to a smaller base than the previous one.
Common Pitfalls When Calculating Multiple Discounts
Retailers and shoppers alike often misunderstand how layered discounts compound, leading to budget surprises.
- Assuming discounts are additive — Combining 25%, 15%, and 10% discounts by adding them (50% total) is incorrect. The actual effective discount is approximately 43.6%. Always use the multiplicative formula to avoid overestimating your savings.
- Forgetting to convert percentages to decimals — Working directly with percentages (25, 15, 10) instead of decimals (0.25, 0.15, 0.10) is a frequent source of calculation errors. The formula requires decimals, so double-check your conversions.
- Rounding at intermediate steps — If you calculate the price after each discount separately and round along the way, small rounding errors compound. For greatest accuracy, use the full formula without intermediate rounding, or track more decimal places during manual calculations.
- Misinterpreting promotional stacking rules — Some retailers limit how many discounts apply simultaneously or exclude certain products from layered offers. Always read the fine print—not all discounts can be combined, even if they're presented together.
Real-World Applications
Multiple discounts appear in various retail and business contexts:
- E-commerce: A seasonal sale (20% off) combined with a loyalty discount (10% off) and a promotional code (5% off).
- Wholesale purchasing: Volume discounts, bulk discounts, and early-payment incentives stacked to reduce procurement costs.
- Service industries: Base package discounts, loyalty rebates, and referral incentives layered on invoices.
- Negotiated pricing: Enterprises often stack discounts during contract negotiations—understanding the cumulative impact is essential for accurate budgeting.
In each case, the order of discounts can affect perception (though the final price remains the same mathematically), and the effective discount rate is always less generous than the sum of individual discounts.