#maxime-tax-inclusive

1 messages · Page 1 of 1 (latest)

gray foxBOT
placid cedar
#

maxime-tax-inclusive

#

@foggy bane looking but I don't know much about tax

foggy bane
#

Should I write to support instead?

placid cedar
#

give me a few (sorry busy server)

#

$100 = X + 0.05X => X = $100/ 1.05

#

that gives you the price before tax, and total minus this gives you the tax

#

So £33 - £6.60 = £26.4, tax inclusive. Your first tax is 5% so you want 26.4 - (26.4/1.05) = 1.257142857142857 or £1.26

foggy bane
#

Got it. Thanks!