This calculator determines early bird discounts. Enter the original price, the discount percentage, and sales tax information to calculate your savings.
Early bird discounts reduce the original price by a certain percentage. Here’s the breakdown:
Discount Amount = Original Price * (Discount Percentage / 100)
Price After Discount = Original Price – Discount Amount
If sales tax applies:
Sales Tax Amount = Price After Discount * (Sales Tax Percentage / 100)
Final Price = Price After Discount + Sales Tax Amount
Example: A $100 item with a 20% early bird discount and a 5% sales tax:
Discount Amount: $100 * (20 / 100) = $20
Price After Discount: $100 – $20 = $80
Sales Tax Amount: $80 * (5 / 100) = $4
Final Price: $80 + $4 = $84