Consider:
$a + b = 5$
$2a + b + c = 4$
$a - b - c = 5$
I like to use substituiton for solving systems of equations, so I firstly look at equation 1 and solve for $a$
$a + b = 5$
$a = 5 - b$
I substitute this into equation 2
$2(5-b) + b + c = 4$
$10 -2b + b + c = 4$
$-b = 4 - c - 10$
$b = -4 + c + 10$
What next? Am I on the right track? Can I use substitution method for any simultaneous equation?