• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

simple math question

vital

Platinum Member
what's the formula to figure out subtotal before tax when the after tax total and tax rate is given?

for example, if the total is $135.75 and tax is 7.75%, how much is the subtal before tax?
 
Originally posted by: vital
what's the formula to figure out subtotal before tax when the after tax total and tax rate is given?

for example, if the total is $135.75 and tax is 7.75%, how much is the subtal before tax?

so x * (1 + 0.0775) = 135.75
 
Originally posted by: stan394
Originally posted by: vital
what's the formula to figure out subtotal before tax when the after tax total and tax rate is given?

for example, if the total is $135.75 and tax is 7.75%, how much is the subtal before tax?

so x * (1 + 0.0775) = 135.75

Yup that works too as well as my way it's 147.15 or so...
 
Originally posted by: vital
what's the formula to figure out subtotal before tax when the after tax total and tax rate is given?

for example, if the total is $135.75 and tax is 7.75%, how much is the subtal before tax?

Just divide the total by 1 + the tax rate:

$135.75
-------- = $125.99
1.0775
 
Originally posted by: MathMan
Originally posted by: vital
what's the formula to figure out subtotal before tax when the after tax total and tax rate is given?

for example, if the total is $135.75 and tax is 7.75%, how much is the subtal before tax?

Just divide the total by 1 + the tax rate:

$135.75
-------- = $125.99
1.0775


that's it, thanks
 
Originally posted by: MathMan
Originally posted by: vital
what's the formula to figure out subtotal before tax when the after tax total and tax rate is given?

for example, if the total is $135.75 and tax is 7.75%, how much is the subtal before tax?

Just divide the total by 1 + the tax rate:

$135.75
-------- = $125.99
1.0775

That was my thinking as well.

x+x*.0775=135.76
x(1+.0775)=135.76
x=135.76/1.0775
 
Originally posted by: vital
Originally posted by: Heisenberg
135.75 - (0.0775*135.75)

0.0775*135.75 would give you the tax of the $135.75 (aftertax) not the subtotal..
Whoops. 😱 Yeah, the correct expression would be x+x*0.0775=135.75, solve for x. Stupid misfiring neuron...
 
most ppl just do this:

tax rate = T%

"pre tax price" * (1+T%) = "after tax price"

So if you buy a $100 item, and the tax rate is 8%, you get

$100 * 1.08 = $108

To get the pre tax price:

"pre tax price" = "after tax price" / (1+T%)

So, if you paid $108 for an item, and the rate is 8%, you get

$108 / 1.08 = $100
 
Back
Top