Sales Tax Calculator
Instantly calculate sales tax and total price, or work backward from a total to find the original price and tax amount. This tool provides quick, accurate calculations for shoppers, business owners, and anyone needing to budget for taxes.
Results
Price before Tax
$100.00
Sales Tax Amount
$8.50
Total Price
$108.50
Formula (LaTeX) + variables + units
SalesTax = PriceBeforeTax \times \left( \frac{TaxRate}{100} \right)
TotalPrice = PriceBeforeTax + SalesTax
PriceBeforeTax = \frac{TotalPrice}{1 + \left( \frac{TaxRate}{100} \right)}
SalesTax = TotalPrice - PriceBeforeTax
TaxRate(\%) = \left( \frac{SalesTax}{PriceBeforeTax} \right) \times 100
$SalesTax = PriceBeforeTax \times \left( \frac{TaxRate}{100} \right)$ $TotalPrice = PriceBeforeTax + SalesTax$
$PriceBeforeTax = \frac{TotalPrice}{1 + \left( \frac{TaxRate}{100} \right)}$ $SalesTax = TotalPrice - PriceBeforeTax$
$TaxRate(\%) = \left( \frac{SalesTax}{PriceBeforeTax} \right) \times 100$
- T = property tax (annual or monthly depending on input) (currency)
- Home — calcdomain.com · Accessed 2026-01-19
https://calcdomain.com/ - Lifestyle Everyday — calcdomain.com · Accessed 2026-01-19
https://calcdomain.com/lifestyle-everyday - Miscellaneous — calcdomain.com · Accessed 2026-01-19
https://calcdomain.com/subcategories/miscellaneous - Tip Calculator — calcdomain.com · Accessed 2026-01-19
https://calcdomain.com/tip - Discount Calculator — calcdomain.com · Accessed 2026-01-19
https://calcdomain.com/discount-calculator - VAT Calculator — calcdomain.com · Accessed 2026-01-19
https://calcdomain.com/vat - Income Tax Calculator — calcdomain.com · Accessed 2026-01-19
https://calcdomain.com/income-tax-calculator
Last code update: 2026-01-19
- Initial audit spec draft generated from HTML extraction (review required).
- Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
- Confirm sources are authoritative and relevant to the calculator methodology.