Sales Tax Calculations
How to handle tax and sales tax without losing marks
Almost every tax question is the same shape underneath: a price, a rate, and one decision that most students get wrong. The decision is which base the rate acts on, and whether the tax is added on top or already baked into the price you were given.
If sales tax is added to a price P at rate r%, the final amount is P × (1 + r/100). A jacket at $1,200 plus 12% sales tax costs 1200 × 1.12 = $1,344. Simple. The danger comes when a discount or an 'inclusive' label sits between you and that clean P.
The one move that saves you: before touching your calculator, write down what the given price actually is. Is it the pre-tax base, or does it already contain the tax? Those two situations use opposite operations — multiply versus divide — so guessing wrong doesn't give you a small error, it gives you a completely different number.
- Read the price and label it: pre-tax base, or tax-inclusive total?
- Deal with any discount FIRST — sales tax is charged on the discounted price, not the MRP.
- If tax is ADDED to base P: final = P × (1 + r/100).
- If the price is INCLUSIVE of tax: base = price ÷ (1 + r/100), and tax = price − base.
- If asked only for the tax AMOUNT, don't stop at the base — subtract or take the difference as the question requires.
- Sanity-check: an added-tax total must be bigger than the base; an inclusive base must be smaller than the total.
Why 'inclusive' flips the whole calculation Why it works
$800 + 18% sales tax → 800 × 1.18 = $944.
$944 inclusive of 18% sales tax → base = 944 ÷ 1.18 = $800, so sales tax = $144.
$2,000 MRP, 15% off, 18% sales tax → 1700 × 1.18 = $2,006, not 2000 × 1.18.
Here is the insight worth memorising: 18% of $944 is NOT the sales tax inside $944. Taking 18% of an inclusive price (that's 944 × 0.18 = $169.92) treats the tax as a slice of the total, but the tax was only ever a slice of the smaller base. The tax lives on the base, so to peel it back out you divide by 1.18 — you never multiply the total by the rate.
Worked examples
- The listed price is the pre-tax base, and tax is ADDED, so multiply.
- Final = 2500 × (1 + 18/100) = 2500 × 1.18.
- 2500 × 1.18 = 2950.
- Apply the discount first: 800 × (1 − 0.25) = 800 × 0.75 = 600.
- sales tax is charged on the discounted $600, not the $800 MRP.
- Final = 600 × 1.12 = 672.
- The $1,180 already contains the tax, so it represents 118% of the food base.
- Recover the base: 1180 ÷ 1.18 = 1000.
- sales tax = total − base = 1180 − 1000 = 180.
- (Check: taking 18% of 1180 gives 212.40, which is the tempting but wrong answer.)
- Marked-up price = 4000 × 1.20 = 4800.
- Coupon comes off before tax: 4800 − 300 = 4500.
- sales tax is on the $4,500 taxable value: 4500 × 1.05 = 4725.
- sales tax amount = 590 − 500 = 90.
- Rate = tax ÷ base = 90 ÷ 500 = 0.18.
- 0.18 × 100 = 18%.
Common mistakes
Finding the tax but forgetting to add it
✗ For $2,500 + 18% sales tax, computing 2500 × 0.18 = $450 and writing $450 as the final price.
$450 is the tax alone. The question asked what the customer pays, which is base plus tax.
Fix: After finding the tax ($450), add it back: 2500 + 450 = $2,950. Or skip the extra step and multiply by 1.18 directly.
partial_computationSubtracting the tax instead of adding it
✗ For $2,500 with 18% sales tax added, doing 2500 − 450 = $2,050.
sales tax is a charge on top of the price, so it makes the customer pay more. Subtracting is the move for a discount, not a tax.
Fix: Added tax always increases the total: 2500 + 450 = $2,950. Reserve subtraction for discounts and for peeling an inclusive tax back out.
wrong_operationUsing the percent number as if it were the amount
✗ Seeing '18% sales tax' on $1,180 and writing the sales tax as $18, or treating the rate 18 as $18 of tax.
18% is a proportion, not a dollar figure. It only becomes money once you apply it to the correct base.
Fix: Convert the percent to a fraction of the right base first: base 1000 → sales tax = 0.18 × 1000 = $180.
percent_as_wholeApplying the rate to the wrong base (inclusive vs added)
✗ For a $1,180 bill that is 'inclusive of 18% sales tax', computing 1180 × 0.18 = $212.40 as the sales tax.
That multiplies the tax rate by the full inclusive total, but the 18% was only ever charged on the smaller pre-tax base. The tax cannot be 18% of a number that already contains it.
Fix: Divide out the tax: base = 1180 ÷ 1.18 = 1000, so sales tax = 1180 − 1000 = $180. Multiply by the rate only when the tax is being ADDED to a bare base.
base_confusionPractice: tax and sales tax
Work through a mixed set — added sales tax, tax-inclusive bills, and discount-then-tax problems. Watch which base each rate acts on, and always finish the question that was actually asked (final price vs tax amount).
Frequently asked questions
How do I find the sales tax hidden inside a tax-inclusive price?
Divide, don't multiply. If a bill of $1,180 is inclusive of 18% sales tax, that total is 118% of the base, so the base is 1180 ÷ 1.18 = $1,000 and the sales tax is 1180 − 1000 = $180. Taking 18% of $1,180 directly is the classic wrong move.
When there is both a discount and sales tax, which comes first?
The discount always comes first. sales tax is charged on the discounted (taxable) value, not the original MRP. For $2,000 with 15% off and 18% sales tax: 2000 × 0.85 = 1700, then 1700 × 1.18 = $2,006.
What's the fastest way to add sales tax to a price?
Multiply by (1 + rate/100) in one step. For 18% sales tax, multiply the base by 1.18; for 12%, by 1.12; for 5%, by 1.05. This gives the final price directly, so you never risk finding the tax and forgetting to add it back.
How do I work out the sales tax rate if I only know the before and after prices?
Take the tax amount (after − before), divide by the before price, and convert to a percent. If a price goes from $500 to $590, the tax is $90, and 90 ÷ 500 = 0.18 = 18%. Always divide the tax by the base, not by the final price.