r_mackay/iStock/GettyImages
Algebra is the first major conceptual leap in mathematics, teaching students to manipulate variables and solve equations. As you work through equations, common challenges—exponents, fractions, multiple variables—can be conquered with a few straightforward strategies.
The core strategy is to isolate the variable on one side and then apply inverse operations to eliminate coefficients or exponents. For example, division undoes multiplication, and square roots reverse squaring. Remember to perform the same operation on both sides to preserve equality.
Focus first on simple cases where a single variable is raised to a power. Example: y2 + 3 = 19
Subtract 3 from both sides: y2 = 16
Take the square root of both sides: √y2 = √16, simplifying to y = 4 (consider both positive and negative roots when appropriate).
Consider (3/4)(x + 7) = 6. Multiplying by the denominator simplifies the equation.
Multiply both sides by 4: (3/4)(x + 7) × 4 = 6 × 4
This becomes 3(x + 7) = 24 → 3x + 21 = 24
Subtract 21: 3x = 3
Divide by 3: x = 1
When asked to solve for one variable in an equation containing two, isolate that variable similarly. Example: 5x + 4 = 2y (solve for x).
Subtract 4: 5x = 2y – 4
Divide by 5: x = (2y – 4)/5. Without additional information, this is the final expression.
For two related equations sharing the same variables, substitution often yields the solution. Example system:
5x + 4 = 2y x + 3y = 23
From the first equation: x = (2y – 4)/5
Insert into the second: (2y – 4)/5 + 3y = 23
Multiply by 5: 2y – 4 + 15y = 115 → 17y = 119 → y = 7
Plug y back: x = (2·7 – 4)/5 = 2
Solution: x = 2, y = 7.