If you have
$5x + 2y + z = 0$
$2x + y = 0$
and you're asked to solve using back-substitution how would you go about doing it?
Initially I thought just simply the following:
$x + \frac{2}{5} y + \frac{1}{5} z = 0$ (divide by $5$)
$2x + y = 0$
$\displaystyle x + \frac{2}{5} y + \frac{1}{5} z = 0$
$\displaystyle 2(x + \frac{2}{5} y + \frac{1}{5} z) + \frac{1}{5} y - \frac{2}{5} z = 0$ (sub method I was taught in class)
But after simplifying I realized I basically just made the problem worse because I ended with:
$\displaystyle x + \frac{2}{5} y + \frac{1}{5} z = 0$
$\displaystyle \frac{1}{5} y + \frac{2}{5} z = 0$
So I pretty much still have 3 unknowns. Any suggestions or hints?


