Here is an example:
24.30 + 66.6% = 40.50
40.50 - 60% = 24.30
or (24.30 + 66.6%) - 60% = 24.30
I know if I add $66.6\%$ to $24.30$, I get $40.50$ and if I subtract $60\%$ from $40.50$ I get the other value back (values are being rounded here!)
$$(X + Y\%) - Z\% = X$$
My variable is $60\%$ ($Z\%$). Is there a way to derive $Y\%$ from that, so I don't have to calculate it ($Y\%$) by hand each time ?
Thanks!
Your notation is a bit deceptive.
What you obviously mean instead of
Adding 60% to XisAdding 60% **of X** to Xwhich means the same asMultiply X by 1,60In your concrete example you want to add Y% of X to X, and afterwars you want to substract 60% of this result from this result.
You have to find Y such that $$ X\cdot Y \cdot \left(1-0.60\right) = X\cdot Y \cdot 0.40 = X $$ which means that Y has to be the inverse of $0.40$ which is equal to 2.50
The result means, that you have to add $2.50-1.00=1.50 = 150$% of X to X in the first step.