We need to solve that following equation for $x$ , where , $0<x<1$ ,
$(1-x)^{20}+20x(1-x)^{19}=0.025$ ,
The solution says , we need to use the "iterative methods" to find the value of this $x$ ,
Now my question is , since , $0<x<1$ , can't we just write $(1-x)^{20} \approx (1-20x)$ ??
On applying this to the main equation :
$(1-19x)(1+19x)=0.025$ , => $1-19x^{2}=0.025$ , which gives $x\approx 0.051$
Isn't this the correct approach ? As the given solution is $x=0.249$ ..
No you cannot do this. The approximation you mention is only true for very small $x$ (compared to $1$), so $x <<1$. If we take $x$ to be close to one, it is easy to see that $(1-x)^{20}$ is small and positive, while $1-20 x$ is negative and close to $-19$.