MathNana Learn with wisdom

Examples · Algebra

Equation Solving Examples: 10 Worked Problems

Ten equations, each adding one difficulty to the last. The final two are the ones that look like mistakes and are not.

7 min read Updated 2026-08-19 Checked by Aziza Smailovic

One and two steps

The first three equation solving examples need one inverse operation each, then two.

1. x + 9 = 4worked example
  1. x + 9 = 49 was added to x
  2. x = −5subtract 9 from both sides
2. 4x = 22worked example
  1. 4x = 22x was multiplied by 4
  2. x = 5.5divide both sides by 4
3. 3x − 7 = 14worked example
  1. 3x − 7 = 14two operations to undo
  2. 3x = 21add 7 first
  3. x = 7then divide by 3

Variable on both sides, brackets, fractions

4. 5x + 3 = 2x + 18worked example
  1. 3x + 3 = 18subtract 2x from both sides
  2. 3x = 15subtract 3
  3. x = 5divide by 3
5. 2(x + 5) = 3(x − 1)worked example
  1. 2x + 10 = 3x − 3expand both brackets
  2. 10 = x − 3subtract 2x
  3. x = 13add 3
6. x/4 − 1 = x/6worked example
  1. 3x − 12 = 2xmultiply every term by 12
  2. x − 12 = 0subtract 2x
  3. x = 12add 12

Quadratics

7. x² = 49worked example
  1. x² = 49both 7 and −7 square to 49
  2. x = 7 or x = −7take both roots
8. x² + 5x = −6worked example
  1. x² + 5x + 6 = 0move everything to one side
  2. (x + 2)(x + 3) = 0factor
  3. x = −2 or −3set each factor to zero

Example 7 is the one people half-answer. Writing only x = 7 discards a genuine solution, because squaring destroys the sign.

The two that look like errors

Both of these are complete, correct answers.

9. 2x + 1 = 2x + 5worked example
  1. 2x + 1 = 2x + 5the equation
  2. 1 = 5subtract 2x from both sides
  3. no solutionthe statement is false for every x
10. 3(x + 2) = 3x + 6worked example
  1. 3x + 6 = 3x + 6expand the bracket
  2. 0 = 0subtract 3x + 6 from both sides
  3. every value of xan identity

Nine describes two parallel lines that never meet; ten describes one line written twice. Neither is a failed attempt, and writing 'no solution' or 'all real numbers' is the answer the question wants.

What each example was really testing

The ten worked examples above are ordered by the obstacle each one introduces, not by how hard the arithmetic is.

ExamplesThe difficultyThe skill
1–3one and two inverse operationsisolate the variable
4variable on both sidescollect like terms first
5bracketsexpand before anything else
6fractionsmultiply every term by the denominator
7–8quadratic equation, not linearfactor rather than isolate
9–10no solution and identityread what the cancellation left

A linear equation yields to isolating the variable; a quadratic equation does not, and recognising which one you are holding is the decision the whole solution rests on.

Checking all ten

Every answer above survives substitution into the original equation.

ExampleAnswerCheck
3x = 721 − 7 = 14 ✓
5x = 132(18) = 3(12) → 36 = 36 ✓
6x = 123 − 1 = 2 ✓
8x = −24 − 10 = −6 ✓

For the quadratics, both roots must be checked. A root that satisfies the rearranged equation but not the original one is an extraneous solution and has to be discarded.

Questions about equation solving examples

How do I solve an equation with fractions?

Multiply every term by the common denominator. The fractions clear in one step, and the equation that remains is an ordinary linear or quadratic one.

Why does x² = 49 have two answers?

Because squaring loses the sign: both 7 and −7 give 49. Taking only the positive root discards half the answer.

What do I write if there is no solution?

Write 'no solution' and show the line where the variable cancelled. That is the complete answer, not an incomplete attempt.

Should I check both roots of a quadratic?

Yes. Rearranging can introduce values that satisfy the new equation but not the original, and only substitution finds them.