The no-brain way to do it is to
- subtract one side from both sides so you have <em>(something) = 0</em>.
- divide by the coefficient of the variable.
- add the opposite of the constant.
Of course, at some point, you need to simplify the equation so you have something like
... ax + b = 0 . . . . . . where <em>a</em> and <em>b</em> are some constants that may be positive or negative
17) Subtract the right side.
... 10(x +3) -(-9x -4) -(x -5 +3) = 0
... 10x + 30 +9x +4 -x +5 -3 = 0 . . . . . eliminate parentheses
... x(10+9-1) +(30+4+5-3) = 0 . . . . . . . collect terms
... 18x +36 = 0 . . . . . . . . . . . . . . . . . . . simplified
... x + 2 = 0 . . . . . . . . . . . . . . . . . . . . . .divide by 18, the coefficient of x
... x = -2 . . . . . . . . . . . . . . . . . . . . . . . . add the opposite of the constant
19) Add the opposite of the left side.
... 0 = -9(1 +7x) +12(x -12)
... 0 = -9 -63x +12x -144 . . . . . . eliminate parenthses
... 0 = -51x -153 . . . . . . . . . . . . . simplify
... 0 = x +3 . . . . . . . . . . . . . . . . . divide by -51, the coefficient of x
... -3 = x . . . . . . . . . . . . . . . . . . . add the opposite of the constant
_____
If you examine the variable's coefficients you can make a choice of side to subtract that results in a positive coefficient of the variable.
This method puts variable and constant together until the end. The approach usually taught is to separate the variable terms and constant terms. (The number of steps required is the same either way.)
The reason this is "no brain" is that it always works and requires no judgment as to what you add or subtract from where. Applying a little judgment as described above can make it so you're mostly working with positive numbers, but the method works whether the numbers are positive or negative.