Let the given series is $$P=\sum^{n}_{t=1}[\frac{1}{(1+x)^t}]$$
I need to solve this for $x$ when $n=12$ and $P=10.83$. When I substitute the values and open the summation then I get this form: $$10.83=\frac{1}{1+x}+\frac{1}{(1+x)^2}+\frac{1}{(1+x)^3}+\frac{1}{(1+x)^4}+...+\frac{1}{(1+x)^{12}}$$ Here I need the help that how to get x.
To simplify the algebra, I would recommend computing $$(1+x)P - P = \left[1-\frac{1}{(1+x)^{12}}\right].$$ $$\implies P = \frac{1}{x}\left[1-\frac{1}{(1+x)^{12}}\right].$$
Now, if we make the substitution $x = y-1$, then $$P = \frac{1}{y-1}\left[1-\frac{1}{y^{12}}\right]$$ This is much easier to solve for $y$, and the result is the polynomial $$Py^{13}-(1+P)y^{12}+1 = 0.$$
Newton's method would work great for this based on the graph.
Finally, solve for $x$.