Algebra

Secondary 2 Mathematics  ·  Topic Summary  ·  Esmeralda Oliversen
Contents
  1. Variables & Expressions
  2. Simplifying Expressions
  3. First-Degree Equations
  4. First-Degree Inequalities
  5. Word Problem Strategy
  6. Common Mistakes
1 Variables & Expressions

Key Vocabulary

TermMeaningExample
VariableA letter representing an unknown numberx, y, n
TermA single number, variable, or product of both5x, −3, 7xy
CoefficientThe number multiplying a variableIn 5x, the coefficient is 5
Like termsTerms with the same variable(s) and exponents3x and −7x are like terms
ExpressionA combination of terms (no = sign)3x + 2y − 5
EquationTwo expressions linked by = sign3x + 5 = 14

The Distributive Property

Distributive law
a(b + c) = ab + ac
✏️
Expand: 3(2x − 5)
= 3 × 2x − 3 × 5 = 6x − 15

Expand: −2(x + 4)
= −2 × x + (−2) × 4 = −2x − 8
2 Simplifying Expressions

Combining Like Terms

Only like terms can be added or subtracted. Combine their coefficients.

✏️
Simplify: 5x + 3y − 2x + 7 − y
x terms: 5x − 2x = 3x
y terms: 3y − y = 2y
constants: 7
Result: 3x + 2y + 7

Expanding then Simplifying

✏️
Simplify: 2(3x + 1) − 4(x − 2)
Step 1 — Expand: 6x + 2 − 4x + 8
Step 2 — Combine like terms: (6x − 4x) + (2 + 8) = 2x + 10
⚠️When distributing a negative: −4(x − 2) = −4x + 8, not −4x − 8. Multiplying two negatives gives a positive.
3 First-Degree Equations
🔑Goal: isolate the variable by performing the same operation on both sides of the equation.

Solving Steps

  1. Expand any brackets
  2. Collect all variable terms on one side
  3. Collect all constant terms on the other side
  4. Divide by the coefficient
  5. Check your answer by substituting back
✏️
Solve: 3(x − 2) = 2x + 7
Step 1: 3x − 6 = 2x + 7
Step 2: 3x − 2x = 7 + 6
Step 3: x = 13
Check: 3(13 − 2) = 3 × 11 = 33  and  2(13) + 7 = 33 ✓

Equations with Fractions

Multiply every term by the LCD to clear all denominators first.

✏️
Solve: x/3 + 1 = x/2 − 2
LCD = 6. Multiply everything by 6:
2x + 6 = 3x − 12
6 + 12 = 3x − 2x
x = 18
4 First-Degree Inequalities

Inequalities work just like equations, with one crucial difference.

⚠️When you multiply or divide both sides by a negative number, flip the inequality sign.
−2x < 8 → x > −4 (sign flipped because we divided by −2)

Inequality Symbols

SymbolMeaningGraph on number line
<strictly less thanOpen circle, arrow left
>strictly greater thanOpen circle, arrow right
less than or equal toClosed circle, arrow left
greater than or equal toClosed circle, arrow right
✏️
Solve: 5 − 3x ≥ 14
−3x ≥ 14 − 5
−3x ≥ 9
x ≤ −3   (flip sign — divided by −3)
Solution: all x ≤ −3
5 Word Problem Strategy
💡
5-step method:
1. Read carefully — identify what is unknown
2. Define your variable (let x = …)
3. Write an equation using the given information
4. Solve the equation
5. Answer the question in a full sentence with units
✏️
A number increased by 8 equals three times the number minus 4. Find the number.
Let x = the number
x + 8 = 3x − 4
8 + 4 = 3x − x
12 = 2x
x = 6
The number is 6.
6 Common Mistakes to Avoid
MistakeWhat to do instead
Not distributing to every term3(x + 2) = 3x + 6, not 3x + 2. Multiply every term inside the brackets.
Dropping the sign when moving terms3x − 5 = 7 → 3x = 7 + 5 = 12. The sign changes when crossing the = sign.
Forgetting to flip inequalityAlways flip the inequality symbol when multiplying or dividing by a negative.
Combining unlike terms3x + 2y ≠ 5xy. Only like terms (same variable, same exponent) can be combined.
Not checking the answerAlways substitute back into the original equation to verify.
Negative × negative error−3(x − 4) = −3x + 12, not −3x − 12. Two negatives make a positive.