Home Algebra

Lesson 16 – What is an Equation?

Lexicon › Algebra › Stage II — Equations › Lesson 16
LESSON 16 / 100  |  16% COMPLETE  |  STAGE II — EQUATIONS
Stage II — Equations  ·  Opening Lesson

What is an Equation?

An expression describes. An equation declares — and demands an answer.


The Leap from Expression to Equation

In Stage I you built and evaluated expressions — mathematical phrases that describe a quantity. An expression has no claim about equality. It simply is.

An equation is different. It places an equals sign between two expressions and asserts that they have the same value. That assertion is either true or false — and algebra’s task is to find which values of the variable make it true.

Expression

3x + 5

A phrase. Describes a quantity. No claim of equality. Can be simplified or evaluated — not solved.

Equation

3x + 5 = 17

A sentence. Makes a claim. Has a solution — the value of x that makes both sides equal. Can be solved.

An expression is a noun — “the number of apples.” An equation is a complete sentence — “the number of apples is twelve.” Only the sentence can be true or false. Only the sentence can be solved.

Anatomy of an Equation

3x + 5 = 17
Left-Hand Side (LHS)  |  Equals sign  |  Right-Hand Side (RHS)
Key Terms
TermMeaning
LHSLeft-Hand Side — the expression to the left of the equals sign
RHSRight-Hand Side — the expression to the right of the equals sign
SolutionThe value(s) of the variable that make LHS = RHS
RootAnother name for a solution
SolvingFinding the solution — isolating the variable
SatisfiesA value satisfies an equation if substituting it makes LHS = RHS true

The Balance Scale Model

The most powerful mental model for equations is a balance scale. The equals sign is the pivot. Both pans must remain level. Whatever operation you perform on one side, you must perform identically on the other — or the scale tips and the equation is broken.

Left side
3x + 5
=
Right side
17
The Golden Rule of Equations

Whatever you do to one side, you must do to the other.

Add 3 to the left? Add 3 to the right. Multiply the right by 4? Multiply the left by 4. This rule — and only this rule — keeps the equation valid through every step of solving.

Solving an equation is like peeling an onion while keeping it whole. You remove one layer at a time — always from both sides simultaneously — until only the variable remains at the centre.

Types of Equations

TypeAppearanceExampleStage Covered
Linear Variable to power 1 2x + 3 = 11 Stage II
Quadratic Highest power is 2 x² − 5x + 6 = 0 Stage VIII
Rational Variable in denominator 3/x = 6 Stage IX
Exponential Variable in exponent 2^x = 32 Stage IX
System Two or more equations together x + y = 5, x − y = 1 Stage V

All of Stage II concerns linear equations — the simplest, most fundamental type, and the foundation for every other kind.


Checking a Solution

Before you learn to find a solution, learn to verify one. Substitute the proposed value into the original equation and check whether LHS = RHS. This habit catches errors instantly at every level of mathematics.

Worked Example — Is x = 4 a solution of 3x − 5 = 7?
1
Substitute x = 4 into the LHS: 3(4) − 5 = 12 − 5 = 7
2
Compare to RHS: LHS = 7 = RHS
3
✓ x = 4 is a solution.
Worked Example — Is x = 3 a solution of 5x + 2 = 12?
1
Substitute: 5(3) + 2 = 15 + 2 = 17
2
RHS = 12.   17 ≠ 12
3
✗ x = 3 is not a solution.

How Many Solutions Can an Equation Have?

TypeSolutionsExampleName
Conditional Exactly one (for linear) x + 3 = 7 → x = 4 Standard equation
Identity All real numbers 2(x + 1) = 2x + 2 Always true
Contradiction None x + 1 = x + 5 Never true
What These Mean

Most equations in Stage II are conditional — one solution exists and your job is to find it. Identities and contradictions become important in Stage V (systems) and will be revisited. For now, know they exist.


The Strategy: Inverse Operations

Every operation has an inverse — an operation that undoes it. Solving an equation means applying inverse operations systematically to both sides until the variable stands alone.

OperationInverseExample of Undoing
Addition (+)Subtraction (−)x + 5 = 12 → subtract 5 from both sides
Subtraction (−)Addition (+)x − 3 = 8 → add 3 to both sides
Multiplication (×)Division (÷)4x = 20 → divide both sides by 4
Division (÷)Multiplication (×)x/3 = 6 → multiply both sides by 3
Squaring (x²)Square root (√)x² = 25 → take √ of both sides
Solving an equation is the act of unwrapping a gift. The variable is inside; the operations are the layers of wrapping paper. You remove each layer using its inverse — always from the outside in — until the variable is exposed.

Practice Set

1. Identify the LHS and RHS of the equation 4x − 3 = 2x + 9.
LHS = 4x − 3.   RHS = 2x + 9.
2. Which of the following are equations and which are expressions? (a) 5x + 3   (b) 5x + 3 = 18   (c) 2(x − 1) = x + 4   (d) x² − 4x
(a) Expression   (b) Equation   (c) Equation   (d) Expression.   Equations contain an equals sign; expressions do not.
3. Check whether x = 6 is a solution of 2x − 4 = 8.
LHS: 2(6) − 4 = 12 − 4 = 8.   RHS = 8.   LHS = RHS.   Yes, x = 6 is a solution.
4. Check whether x = −2 is a solution of 3x + 10 = 4.
LHS: 3(−2) + 10 = −6 + 10 = 4.   RHS = 4.   Yes, x = −2 is a solution.
5. Without solving, state the inverse operation needed to isolate x in each: (a) x + 11 = 20   (b) 7x = 35   (c) x/4 = 9   (d) x − 8 = 3
(a) Subtract 11 from both sides   (b) Divide both sides by 7   (c) Multiply both sides by 4   (d) Add 8 to both sides
6. Classify each as conditional, identity, or contradiction — by inspection: (a) x + 2 = x + 2   (b) x + 2 = x + 7   (c) x + 2 = 9
(a) Identity — LHS and RHS are identical; true for all x.   (b) Contradiction — impossible: adding 2 to x can never equal adding 7 to x.   (c) Conditional — true only when x = 7.
7. Write an equation (not an expression) that has the solution x = 5. Then verify it.
Sample: 2x + 3 = 13.   Verify: 2(5) + 3 = 13 ✓.   (Any valid equation with solution x = 5 is acceptable.)
8. Challenge: Find a value of k that makes x = 3 a solution of kx − 4 = 11. Verify your answer.
Substitute x = 3: k(3) − 4 = 11 → 3k = 15 → k = 5.   Verify: 5(3) − 4 = 15 − 4 = 11 ✓.   k = 5

Lesson Checklist

You Can Now
  • Distinguish an equation from an expression
  • Identify the LHS, RHS, equals sign, and variable in any equation
  • Verify whether a given value is a solution by substitution
  • Classify equations as conditional, identity, or contradiction
  • Name the inverse operation needed to undo each basic operation
  • Articulate the balance-scale model and the Golden Rule of equations
Up Next → Lesson 17
One-Step Equations (+ and −)

Apply the balance-scale model to solve your first real equations — isolating the variable using a single addition or subtraction.

← Previous Lesson
Lesson 15 - Evaluating Expressions
Next Lesson →
Lesson 17 - One-Step Equations (+ and −)