Add tax to a price, or work backward from a total to find the pre-tax price.
Adding tax: total = price × (1 + tax rate). Removing tax: pre-tax price = total ÷ (1 + tax rate). Useful for pricing products, checking receipts, or reconciling invoices across states with different sales tax rates.