
Sandra W. answered 01/07/13
Positive and Respectful Assistance
In a worst case scenario the number of steps is equal to the number of equations, which should also be equal to to the number of unknown variables for which you are solving.
For example, in the set
aX + bY + cZ = d
eX + fY + gZ = h
iX + jY + kZ = m
X, Y, and Z are the unknown variables. There are 3 of them so you need not fewer than 3 equations to solve the system. In the worst case, it will take 3 steps before you realize that there is either no solution or multiple solutions to the system. If there had been 4 equations, the worst case would be 4 steps, and so on and so forth.
You know you have encountered such a situation when the results of a simplification yield a logical fault, such as 4=7.