For certain systems of equations, it is obvious what the easiest way to organize and manipulate the equations should be. For instance,
$$y = 10x + 5$$ $$2x + y = 125$$
So you take the first equation and plug it into the second \begin{align} 2x+(10x+5) &= 125\\ 12x+5&=125\\ 12x&=120\\ x &= 10 \end{align}
In this particular example, I would call the "path of least resistance" simply taking $y$ and plugging it into $x$.
However, in my economics problems, the simplifications are not so simply and a direct route is not so obvious. There may be 5-7 variables and 6-8 equations and identifying an order for manipulating the equations becomes a tedious chore.
I was wondering if there are efficient ways to organize equations such that the "path of least" resistance emerges?
"Path of least resistance" is a term I made up to describe the sense that you are manipulating equations in a way that is reducing their complexity rather than increasing it.
Presumably, as you solve a problem, the number of variables in the equations should consistently get less. In my example above, once a substitution has occurred, the equation has in some sense been reduced because now only one variable remains and parameters. It would seem therefore that, as you are solving a problem, there should be qualitative indicators that you are on the right track (e.g. Fewer variables in your equations).
I was wondering if anyone knows of resources that might discuss this kind of issue in a theoretical way and how to approach solving problems of this sort.