I have a question regarding the answer provided from this question, which is solving $\log$ without a calculator.
This was one of the solutions and I am having a hard time understanding it.
$$\log \left(\frac{1+x}{1-x}\right)=2\left(x+\frac{x^3}{3}+\frac{x^5}{5}+\cdots\right)$$ Let us apply it for computing the logarithm of $\frac 53 =1.666667$; this would correspond to $x=\frac 14$. So $$\log \left(\frac53\right)=2\left(\frac 14+\frac{1}{192}+ \frac{1}{5120}+\cdots\right)=\frac{3923}{7680}\approx 0.5108$$ Now, $$\frac {166}{100}=\frac 53\times\frac{249}{250}$$ So $$\log(1.66)=\log \left(\frac53\right)+\log \left(\frac{249}{250}\right)=\log \left(\frac53\right)+\log \left(1-\frac{1}{250}\right)\approx\log \left(\frac53\right)-\frac{1}{250}$$ $$\log(1.66)\approx 0.5108-0.0040=0.5068$$ while the exact value would be ... the same.
If you need less accuracy, just truncate the first part, that is to say $$\log \left(\frac53\right)=2\left(\frac 14+\frac{1}{192}+ \cdots\right)=\frac{49}{96}$$ $$\log(1.66)=\frac{49}{96}-\frac{1}{250}=\frac{6077}{12000}\approx 0.5064$$
And my first question is how does the equation $\frac{166}{100} = \frac{5}{3} \times \frac{249}{250} $ came out.
Second question is how does $\log(1- \frac{1}{250})$ becomes $-\frac{1}{250}$.
Thank you for your help.