Find which number plus its 19% gives for example 200, 233 ..
Story short:
for example I have the number 0.30 now I need to know with formula how can I get which number plus its 19% gives 0.30 ?
I know this must be simple math but I am not so good with it.
You want $n=1.19m$, so $m=\frac n{1.19}$ For $n=0.30, m \approx 0.2521$