I am currently studying linear programming and came across a specific problem that involves substitution and variable conversion. Although I have consulted relevant resources, I am still a bit confused about a few aspects. I would greatly appreciate it if someone could help clarify the following questions:
The Use of Substitution: In a linear programming problem I encountered, the author suggests applying the substitution $x_1 = x_1^+ - x_1^-$ and performing conversions as explained on page 6 of the "Linear programming problems" slides. I'm curious about the purpose and benefits of this substitution. Why is it necessary or advantageous to use such a substitution in this context?
Application Limited to $x_1$: Another aspect that puzzles me is that the substitution $x_1 = x_1^+ - x_1^-$ is only applied to $x_1$, while leaving $x_2$ unchanged. I would like to understand why the substitution is limited to $x_1$ and not extended to $x_2$ as well. Are there specific reasons or mathematical considerations behind this choice?
Problem
$\begin{array}{ll}\min & 3 x_1-2 x_2 \\ \text { s.t. } & 2 x_1+5 x_2 \geq 10 \\ & 4 x_1+2 x_2=8 \\ & -2 \leq x_1 \leq 7 \\ & 3 \leq x_2 \leq 10\end{array}$
Solution
I don't manage to convert this to clear LaTex, therefore a screenshot

Here , $x_1$ is substituted with $x_{1}^{+}$ & $x_{1}^{-}$ , though $x_2$ is not substituted. Why ?