Mathwords logoMathwords

Solving Algebraic Equations — Definition, Formula & Examples

Solving an algebraic equation means finding the value of the unknown variable that makes both sides of the equation equal. You do this by performing the same operations on both sides until the variable is isolated.

To solve an algebraic equation in one variable is to determine all values in the variable's domain that satisfy the equation — that is, every value that, when substituted for the variable, produces a true statement of equality.

How It Works

The core strategy is to isolate the variable by undoing operations in reverse order. If something is added to the variable, subtract it from both sides; if the variable is multiplied by a number, divide both sides by that number. Whatever you do to one side, you must do to the other to keep the equation balanced. For multi-step equations, simplify each side first (distribute and combine like terms), then use inverse operations to get the variable alone. Always check your answer by substituting it back into the original equation.

Worked Example

Problem: Solve for x: 3x + 7 = 22
Step 1: Subtract 7 from both sides to undo the addition.
3x+77=227    3x=153x + 7 - 7 = 22 - 7 \implies 3x = 15
Step 2: Divide both sides by 3 to undo the multiplication.
3x3=153    x=5\frac{3x}{3} = \frac{15}{3} \implies x = 5
Step 3: Check by substituting x = 5 into the original equation.
3(5)+7=15+7=22  3(5) + 7 = 15 + 7 = 22 \;\checkmark
Answer: x=5x = 5

Why It Matters

Solving algebraic equations is the foundational skill behind nearly every high-school math course, from geometry proofs to calculus limits. In careers like engineering, finance, and data science, setting up and solving equations is how professionals model real-world constraints and make predictions.

Common Mistakes

Mistake: Performing an operation on one side of the equation but forgetting to do it on the other side.
Correction: An equation is a balance. Every operation — adding, subtracting, multiplying, or dividing — must be applied to both sides to maintain equality.