Skip to main content
  1. Grade 10 Mathematics/

Equations and Inequalities

Equations & Inequalities: Solving for the Unknown
#

An equation says two things are equal. Your job is to find the value of $x$ that makes it true. In Grade 10, you solve four types of equations — each builds on the one before.


The Golden Rule
#

Whatever you do to one side, you MUST do to the other. This keeps the equation balanced.

Operation on $x$Undo it by…
$+ 5$Subtract 5 from both sides
$\times 3$Divide both sides by 3
$\div 2$Multiply both sides by 2
$x^2$Square root both sides

The Four Equation Types
#

1. Linear Equations (one variable)
#

$$3x - 7 = 2x + 5 \Rightarrow x = 12$$

Move all $x$-terms to one side, all numbers to the other, then solve.

2. Literal Equations (change the subject)
#

Make a specific variable the subject of a formula:

$$A = \pi r^2 \Rightarrow r^2 = \frac{A}{\pi} \Rightarrow r = \sqrt{\frac{A}{\pi}}$$

💡 Treat every other letter as if it’s a number — the rules are identical to solving a normal equation.

3. Simultaneous Equations (two unknowns)
#

Two equations, two unknowns. Two methods:

MethodStrategyBest when…
SubstitutionSolve one equation for $y$, substitute into the otherOne equation is already solved for a variable
EliminationAdd/subtract equations to eliminate one variableCoefficients line up neatly

4. Linear Inequalities
#

Solve exactly like an equation, with one critical rule:

⚠️ When you multiply or divide by a negative number, the inequality sign FLIPS.

$$-2x > 6 \Rightarrow x < -3$$

Represent the solution on a number line (open circle for $<$/$>$, closed circle for $\leq$/$\geq$).


Deep Dive
#


🚨 Common Mistakes
#

  1. Dropping a sign when moving terms: $3x - 7 = 5$ → $3x = 12$, NOT $3x = -2$.
  2. Forgetting to flip the inequality: $-x > 3$ becomes $x < -3$. The sign FLIPS.
  3. Literal equations — treating letters as special: $V = \frac{1}{3}\pi r^2 h$ — solving for $h$ is the same algebra as solving $12 = 3x$.
  4. Simultaneous — not substituting back: After finding $x$, substitute into the EASIER original equation to find $y$.
  5. Fractions: Multiply every term by the LCD to clear all fractions before solving.

🔗 Related Grade 10 topics:

📌 Where this leads in Grade 11: Quadratic Equations & Inequalities


⏮️ Number Patterns | 🏠 Back to Grade 10 | ⏭️ Functions