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!