I have a IT Maths exam coming up and I just can't figure out this question. Any help would be appreciated thanks.
A sequence of integers $x_1,x_2,\dots,x_k,\dots$ is defined recursively by $x_1=1$ and $x_{k+1}=\frac{x_k}{x_k+2}$, for $k\ge1$.
(i) Calculate $x_2$, $x_3$ and $x_4$.
{ii) Using the information in part (u) find, and prove by induction, a formula for the $n$the term $x_n$ in terms of $n$, for all $n\ge1$. Calculate $x_{10}$.
So after we work out the first values we conjecture $x_n=\frac{1}{2^n-1}$ $$\frac{1}{2^n-1}+2=\frac{1}{2^n-1}+\frac{2^{n+1}-2}{2^n-1}= \frac{2^{n+1}-1}{2^n-1}$$ $$x_{n+1}=\frac{\frac{1}{2^n-1}}{\frac{1}{2^n-1}+2}=\frac{1}{2^{n+1}-1}$$
so our conjecture is correct.
$$x_{10}=\frac{1}{2^{10}-1}=\frac{1}{1023}$$