When variables appear on both sides of an equation — like 5x + 3 = 2x + 15 — you must first collect variable terms on one side and constants on the other. Subtract 2x from both sides to get 3x + 3 = 15, then subtract 3 to get 3x = 12, then divide by 3 to get x = 4. This topic also introduces special cases: equations with no solution (like 2x + 1 = 2x + 5, which simplifies to 1 = 5, a contradiction) and equations with infinitely many solutions (identities like 3(x + 2) = 3x + 6, which is true for all x). Recognizing these cases is an important step in algebraic maturity.
Start with equations where the coefficient is larger on the left, so students naturally move the smaller variable term. Then practice equations where it is more efficient to move the variable term from the left to the right. Include no-solution and identity cases and discuss what each result means. Emphasize that you are free to move variables to either side — the answer will be the same.
You have already solved equations where the variable appears on only one side — like 3x + 5 = 17. The strategy there is to work backward: undo operations in reverse order. When variables appear on *both* sides — like 5x + 3 = 2x + 15 — you face something new: the equation claims that two different expressions, both depending on x, are equal for some particular value of x. Your job is to find that value. The key move is to collect all variable terms on one side and all constants on the other, transforming the problem into one you already know how to finish.
Think of the balance-scale model from your multi-step equation work. Both sides stay balanced as long as you do the same thing to both. To eliminate 2x from the right side of 5x + 3 = 2x + 15, subtract 2x from *both* sides: 5x + 3 − 2x = 2x + 15 − 2x gives 3x + 3 = 15. Now the variable appears only on the left — subtract 3 to get 3x = 12, then divide by 3 to get x = 4. The choice of which side to move the variable to is yours; the answer will be the same either way. Some students prefer moving the smaller variable term to avoid negative coefficients, which is a reasonable strategy.
The more interesting cases arise when the variable cancels out entirely. Consider 2x + 5 = 2x + 9: subtracting 2x from both sides gives 5 = 9. This is a contradiction — a false numerical statement with no x in it. That means there is no solution: no value of x can make both sides equal. Geometrically, the two expressions represent parallel lines that never intersect. On the other hand, consider 3(x + 2) = 3x + 6: distributing gives 3x + 6 = 3x + 6, then subtracting 3x gives 6 = 6. This is always true — an identity — meaning every real number is a solution. These special cases deepen your understanding of what an equation actually is: a condition that may be satisfied by one value, no values, or all values.
A reliable check: after solving, substitute your answer back into the original equation and verify that both sides equal the same number. For x = 4 in 5x + 3 = 2x + 15: left side is 5(4) + 3 = 23, right side is 2(4) + 15 = 23. They match, so x = 4 is correct. This substitution check is fast and catches arithmetic errors early — build the habit now, because equations only get more complex from here.