Discount formulas
The core calculation is simple. The discount amount is the original price multiplied by the discount percentage expressed as a decimal. The final price is the original price minus the discount amount. These two calculations are all you need to evaluate any single-item percentage discount.
A common error is treating the percentage label alone as the measure of value. A 50% discount on an item priced at 20 saves 10, while a 10% discount on an item priced at 200 saves 20. The percentage matters less than the absolute saving relative to the item’s usefulness and the price available elsewhere.
Discount amount = Original price x (Discount % / 100)
The saving amount is the original price multiplied by the discount fraction.
Final price = Original price - Discount amount
The price you actually pay is the original price minus the calculated discount.
Savings = Original price x (Discount % / 100)
Savings equals the discount amount — how much you save compared to the full price.