Discount Calculator
Online calculator to determine the final price after discount, the amount saved, or the original price before discount related to a discounted purchase.
Result
Discounted Price | ||
---|---|---|
Savings |
Share on Social Media:
For stackable discounts, where multiple percentage discounts are applied sequentially, the calculation works differently than a simple sum of percentages. Here’s how you would calculate it:
Example of Stackable Discounts:
- Original Price: $100
- First Discount: 20% off
- 20% of $100 = $20
- Price after first discount: $100 - $20 = $80
- Second Discount: 15% off the new price ($80)
- 15% of $80 = $12
- Price after second discount: $80 - $12 = $68
Final Price: $68
Savings: The total savings would be the original price minus the final price, so $100 - $68 = $32.
Formula Recap:
- Apply the first discount: \text{New Price} = \text{Original Price} \times (1 - \frac{\text{First Discount %}}{100})
- Apply the next discount to the new price, repeating as necessary.
These methods help calculate various types of discounts, including percentage, fixed amount, and stackable discounts.