Solve the system of $n$ equations and $n$ unknowns which the equations are $\left (L_{i} \right ): x_{i}-x_{i+1}=1$ for $i=1,2,....,n-1$ and $\left (L_{n} \right ):x_{n}=1$
$\left\{\begin{matrix} x_{i} - x_{i+1}=1\\ x_{n}=1 \end{matrix}\right.$
$\left\{\begin{matrix} x_{1} - x_{2}=1\\ x_{n}=1 \end{matrix}\right.$
$\left\{\begin{matrix} x_{2} - x_{3}=1\\ x_{n}=1 \end{matrix}\right.$
$\vdots $
$\left\{\begin{matrix} x_{n-1} - x_{n}=1\\ x_{n}=1 \end{matrix}\right.$
$\left\{\begin{matrix} x_{n-1} =2\\ x_{n}=1 \end{matrix}\right.$
solution is $\left ( 2;1 \right )$
is it correct guys ? Thanks for looking