Learning how to solve equations becomes much easier when you use the same small set of steps every time. This guide provides step-by-step solutions for one-step, two-step, multi-step, variable-on-both-sides, proportion, system, and quadratic equations, plus a reusable checklist for checking your work.
Overview
An equation states that two expressions have the same value. The equals sign separates the two sides, and the goal is usually to find the value of the variable that makes the statement true. For example, in 3x + 2 = 14, the solution is the value of x that makes both sides equal.
The central rule is the same for every algebra equation: whatever operation you perform on one side, perform on the other side as well. You can add, subtract, multiply, or divide both sides by the same value, provided you do not divide by zero. These operations preserve equality while helping isolate the unknown.
A reliable equation-solving routine looks like this:
- Identify the type of equation and the variable you need to isolate.
- Simplify each side by combining like terms or removing parentheses.
- Move variable terms to one side and constant terms to the other when needed.
- Use inverse operations to isolate the variable.
- Substitute the answer into the original equation to check it.
Writing each step on its own line is especially useful for math homework help. It makes sign errors easier to find and turns an answer into a clear explanation rather than an unexplained result.
Checklist by scenario
One-step equations
Use the inverse operation to undo the operation attached to the variable.
Example: Solve x - 7 = 12.
- Add 7 to both sides: x - 7 + 7 = 12 + 7.
- Simplify: x = 19.
- Check: 19 - 7 = 12, so the solution works.
For multiplication or division, use the opposite operation. If 5x = 35, divide both sides by 5 to get x = 7. If x/4 = 6, multiply both sides by 4 to get x = 24.
Two-step equations
Undo addition or subtraction first, then undo multiplication or division.
Example: Solve 4x - 9 = 23.
- Add 9 to both sides: 4x = 32.
- Divide both sides by 4: x = 8.
- Check: 4(8) - 9 = 32 - 9 = 23.
Keep the order clear. The variable is multiplied by 4 after 9 is subtracted, so subtraction is undone before multiplication.
Multi-step equations
First simplify the equation, then isolate the variable.
Example: Solve 3(x + 2) - 4 = 17.
- Distribute 3: 3x + 6 - 4 = 17.
- Combine constants: 3x + 2 = 17.
- Subtract 2: 3x = 15.
- Divide by 3: x = 5.
- Check the original equation: 3(5 + 2) - 4 = 21 - 4 = 17.
When parentheses appear, distribute carefully. A negative sign outside parentheses changes every sign inside: -(x - 4) = -x + 4.
Variables on both sides
Move all variable terms to one side and all constant terms to the other. Choose the side that keeps the variable coefficient positive when possible.
Example: Solve 7x - 5 = 3x + 19.
- Subtract 3x from both sides: 4x - 5 = 19.
- Add 5 to both sides: 4x = 24.
- Divide by 4: x = 6.
- Check: the left side is 7(6) - 5 = 37; the right side is 3(6) + 19 = 37.
Sometimes the variable terms cancel. For example, 2x + 4 = 2x + 4 is true for every value of x, so it has infinitely many solutions. If the variable terms cancel and the remaining statement is false, such as 2x + 4 = 2x + 9, there is no solution.
Proportions and rational equations
A proportion sets two ratios equal. You can solve it by multiplying both sides by the common denominator or by using cross multiplication, as long as the denominators are not zero.
Example: Solve 3/5 = x/20.
- Cross multiply: 3 × 20 = 5x.
- Simplify: 60 = 5x.
- Divide by 5: x = 12.
- Check: 3/5 = 12/20, and both ratios equal 0.6.
For more complicated rational equations, identify values that would make an original denominator zero. Those values are excluded even if later algebra appears to produce them as answers.
Systems of linear equations
A system contains two or more equations with the same variables. Its solution is the point that satisfies every equation. Two common methods are substitution and elimination.
Substitution example:
Solve y = x + 2 and 2x + y = 11.
- Substitute x + 2 for y: 2x + (x + 2) = 11.
- Combine terms: 3x + 2 = 11.
- Subtract 2 and divide by 3: x = 3.
- Substitute into the first equation: y = 3 + 2 = 5.
- Check both equations: 5 = 3 + 2 and 2(3) + 5 = 11.
Elimination is often efficient when the coefficients already match or can be made to match. Add or subtract the equations to eliminate one variable, then substitute the remaining value back into either original equation.
Quadratic equations
A quadratic equation has the form ax² + bx + c = 0, where a is not zero. Before choosing a method, move every term to one side and simplify. Then look for factoring, square roots, completing the square, or the quadratic formula.
Factoring example: Solve x² - 5x + 6 = 0.
- Find two numbers whose product is 6 and whose sum is -5: -2 and -3.
- Factor: (x - 2)(x - 3) = 0.
- Set each factor equal to zero: x - 2 = 0 or x - 3 = 0.
- Solutions: x = 2 or x = 3.
If factoring is not straightforward, use the quadratic formula:
x = (-b ± √(b² - 4ac)) / 2a.
For 2x² + 3x - 2 = 0, use a = 2, b = 3, and c = -2. Substitute these values carefully, including the signs. The expression under the square root, b² - 4ac, is the discriminant and helps indicate whether the equation has two real solutions, one real solution, or no real solutions.
What to double-check
Checking is not an optional final decoration; it is part of solving the equation. Use this quick review before submitting an answer:
- Original equation: Substitute into the equation as given, not only into a rearranged line.
- Signs: Recheck negative numbers, subtraction, and distribution through parentheses.
- Fractions: Confirm that common denominators were applied to every term.
- Restrictions: Make sure a proposed value does not make an original denominator zero.
- Units and context: In a word problem, decide whether a negative, fractional, or decimal answer makes sense.
- All solutions: Quadratics and some absolute-value equations can have more than one answer.
A graphing calculator or equation solver can be useful for verification, especially for complicated expressions. However, enter the equation with parentheses exactly as written and compare the tool's result with your algebra. A calculator can confirm a result, but it may not reveal where an incorrectly entered expression came from.
Common mistakes
- Changing only one side: Adding 4 to the left side without adding 4 to the right changes the equation.
- Combining unlike terms: Terms such as 3x and 5 cannot be combined because one contains a variable and the other does not.
- Distributing incompletely: In -2(x + 3), both terms are multiplied, giving -2x - 6.
- Dropping a negative: Write each transformation on a new line instead of doing several mental steps at once.
- Using the quadratic formula incorrectly: Identify a, b, and c after putting the equation in standard form.
- Stopping after one quadratic root: The plus-minus symbol represents two possible calculations unless the square-root term is zero.
- Rounding too early: Keep exact fractions or radicals until the final step when precision matters.
When to revisit
Return to this checklist whenever an equation changes form or your first method becomes difficult. Revisit one-step and two-step operations when basic algebra feels slow; review distribution and combining like terms before working on multi-step equations; and refresh factoring, the quadratic formula, or systems methods before a test that combines several equation types.
It is also worth revisiting your process after receiving marked work. Do not only correct the final answer. Identify the first line where your work differs from a correct solution. That line usually points to the skill that needs practice, such as sign handling, fraction operations, or translating a word problem into an equation.
For a practical study routine, complete these five actions:
- Classify each practice problem before solving it.
- Write one algebraic operation per line.
- Circle restrictions and possible multiple answers.
- Substitute every final answer into the original equation.
- Record the type of mistake, not just the corrected answer.
Use this routine alongside targeted practice rather than relying only on an equation solver. Clear, step-by-step solutions help you build a method you can apply when the numbers, format, or level of an equation changes.