We have a sequence of numbers $x_n$ determined by the equality
$$x_n = \frac{x_{n-1} + x_{n-2}}{2}$$
The first and zeroth term are $x_1$ and $x_0$.The following limit must be expressed in terms of $x_0$ and $x_1$ $$\lim_{n\rightarrow\infty} x_n $$
The options are:
A)$\frac{x_0 + 2x_1}{3}$ B)$\frac{2x_0 + 2x_1}{3}$
C)$\frac{2x_0 + 3x_1}{3}$ D)$\frac{2x_0 - 3x_1}{3}$
Since it was a multiple choice exam I plugged $x_0=1$ and $x_1=1$. Which means that all terms of this sequence is $1$,i.e, $$x_n=1, n\in \mathbb{N} $$
From this I concluded that option A was correct.I could not find any way to solve this one hence I resorted to this trick. What is the actual method to find the sequence's limit?

$$2x_n = x_{n-1} + x_{n-2}$$
$$2x_2 = x_{1} + x_{0}\\ 2x_3 = x_{2} + x_{1}\\ 2x_4 = x_{3} + x_{2}\\ 2x_5 = x_{4} + x_{3}\\ ...\\ 2x_n = x_{n-1} + x_{n-2}$$
Now sum every equation and get
$$2x_n+x_{n-1}=2x_1+x_0$$
Supposing that $x_n$ has a limit $L$ then making $n\to \infty$ we get:
$$2L+L=2x_1+x_0\to L=\frac{2x_1+x_0}{3}$$