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:
Rabattbetrag = Originalpreis * (Rabattprozentsatz / 100)
Preis nach Rabatt = Originalpreis - Rabattbetrag
Wenn Umsatzsteuer anfällt:
Sales Tax Amount = Price After Discount * (Sales Tax Percentage / 100)
Endpreis = Preis nach Rabatt + MwSt.-Betrag
Beispiel: A $100 item with a 20% early bird discount and a 5% sales tax:
Rabatt-Betrag: $100 * (20 / 100) = $20
Preis nach Rabatt: $100 – $20 = $80
Betrag der Umsatzsteuer: $80 * (5 / 100) = $4
Endpreis: $80 + $4 = $84