This calculator handles three common discount scenarios: find the sale price from an original price and percentage off, find the discount percentage from two prices, or find the original price from a sale price and percentage saved. Use it for shopping, pricing products, or quick financial calculations.
Important: two sequential discounts do not simply add. A 20% discount followed by a 10% discount equals 28% off, not 30%. The formula: combined discount = 1 − (1 − 0.20) × (1 − 0.10) = 1 − 0.80 × 0.90 = 28%. Retailers use this in tiered sales to make the combined discount appear larger than it is.