- #1
tubbyfej
- 2
- 0
Hi,
I just need to say in advance that I know my problem is probably quite simple but for some reason I have completely confused myself with this and now I need someone to explain the logic behind it as it's driving me insane and I can't continue on with my work until I have the answer:
I'm trying to calculate the balance on an account - I work in accounts - and I am inputting the VAT value - which is 20% of the gross figure.
Gross total: £110.35
VAT: 18.35
Net: 91.96 (round to 2.dp)
The percentage problem:
To calculate the net figure I need to remove 20% of VAT from the gross total.
Usually I would divide by 1.2:
110.35 / 1.2 = 91.958333 which rounded up = 91.96
The confusion:
As I understand it when I divide the gross figure by whole number of 1 with decimal of 0.20 (1.2) this removes 20% from the figure of 110.35
What I don’t understand is when I try to remove 20% by multiplying 110.35 by 0.2 and the subtracting this from gross figure I get a completely different Net value.
i.e.
I Calculate 20% of 110.35
20/100 x 110.35 = 22.07 Then subtract this from 110:35
110.35 - 22.07 = 88.28
Why does dividing by 1.2 give a completely different answer to simply working out the percentage of the gross number and subtracting that from it.
From my understanding on both occasions I am removing 20% of the number.
But the methods give completely different answers.
Sorry if this is long winded but any help would be much appreciated
Thanks
Fi
I just need to say in advance that I know my problem is probably quite simple but for some reason I have completely confused myself with this and now I need someone to explain the logic behind it as it's driving me insane and I can't continue on with my work until I have the answer:
I'm trying to calculate the balance on an account - I work in accounts - and I am inputting the VAT value - which is 20% of the gross figure.
Gross total: £110.35
VAT: 18.35
Net: 91.96 (round to 2.dp)
The percentage problem:
To calculate the net figure I need to remove 20% of VAT from the gross total.
Usually I would divide by 1.2:
110.35 / 1.2 = 91.958333 which rounded up = 91.96
The confusion:
As I understand it when I divide the gross figure by whole number of 1 with decimal of 0.20 (1.2) this removes 20% from the figure of 110.35
What I don’t understand is when I try to remove 20% by multiplying 110.35 by 0.2 and the subtracting this from gross figure I get a completely different Net value.
i.e.
I Calculate 20% of 110.35
20/100 x 110.35 = 22.07 Then subtract this from 110:35
110.35 - 22.07 = 88.28
Why does dividing by 1.2 give a completely different answer to simply working out the percentage of the gross number and subtracting that from it.
From my understanding on both occasions I am removing 20% of the number.
But the methods give completely different answers.
Sorry if this is long winded but any help would be much appreciated
Thanks
Fi