SARINYAPINNGAM/iStock/GettyImages
When you first learn algebra, you tackle simple equations like x = 5 + 4 or y = 5(2 + 1). As you progress, you’ll encounter equations where variables appear on both sides, such as 3x = x + 4 or y² = 9 – 3y². Don’t panic—follow these systematic steps to isolate the variable.
Move all variable terms to one side, typically the left. For 3x = x + 4, subtract x from both sides: 3x – x = 4. This yields 2x = 4.
Adding the additive inverse of a variable to both sides eliminates it from one side.
Divide both sides by the coefficient of the variable. From 2x = 4, dividing by 2 gives x = 2.
Now consider an equation with an exponent: y² = 9 – 3y².
Add 3y² to both sides: y² + 3y² = 9. Simplify to 4y² = 9.
Divide by 4: y² = 9/4.
Take the square root of both sides: y = 3/2.
When terms have different degrees, factoring may be required. For example, x² = –2 – 3x.
Add 3x to both sides: x² + 3x = –2.
Add 2 to both sides to create a zero constant: x² + 3x + 2 = 0.
(x + 1)(x + 2) = 0.
Set each factor to zero: x + 1 = 0 → x = –1; x + 2 = 0 → x = –2. Both satisfy the original equation.