A = 1.0 B = 1.0
C = A / (1-(B/100)) This will give an output as 1.01
What will be the output when A and C are only given? A = 1.0; B = ?; C = 1.01;
1.10 = 1.0 / (1-(? / 100))
What is the answer for B?
Answer: The answer for be is 1.0, But how the calculation work? Please explain.
This is for $C=1.10$, if you want $C=1.01$ you can fill it in.
We have to solve $1.10=\frac{1.0}{1-\frac{B}{100}}$.
We can lift $1.0$ to the other side, so $\frac{1.0}{1.10}=1-\frac{b}{100}$.
Then we can get $1$ to the left so $1-\frac{1.0}{1.10} =\frac{b}{100}$.
And then: $100 -\frac{100}{1.1} = b$.
So $$b=9.090909$$