Study Vault
All PostsFlashcardsResourcesAI ChatBlog
  1. Home
  2. /↳All Posts
  3. /↳Math
  4. /↳Linear & Simultaneous Equations
Study VaultStudy Vault

Free, comprehensive study notes for CSEC students.

matthewlloydw@gmail.com

Navigate

  • Home
  • All Posts
  • Flashcards
  • Resources
  • AI Chat

Community

  • Contributors
  • Changelog
  • Suggest a Feature
  • My Suggestions
  • Bookmarks

Mathematics and Science

  • Mathematics
  • Additional Mathematics
  • Biology
  • Chemistry
  • Physics

Arts and Humanities

  • Caribbean History
  • Geography

Business and Human Development Studies

  • Principles of Accounts
  • Principles of Business
  • Economics

Modern Languages

  • English A (Language)
  • English B (Literature)
  • French
  • Spanish

Technical Studies and Creative Arts

  • Electrical & Electronic Technology
  • Information Technology

© 2026 Matthew Williams. Made with other contributors for all.

Mathematics

Linear & Simultaneous Equations

PDF
Matthew Williams
|May 6, 2026|5 min read
AlgebraLinear EquationsPaper 01Paper 02Simultaneous Equations

Solving linear equations in one variable and pairs of simultaneous linear equations.

Linear equations are the foundation for much of CSEC algebra. They express balance: both sides remain equal as the unknown is isolated.

Simultaneous equations extend the same idea to two unknowns. In Paper 02, these questions often appear as word problems, graph intersections, or parts of a larger algebra task. Always state what your variables represent, solve step by step, and check that the solution makes sense in the original situation.

What Is a Linear Equation?

A linear equation is an equation where the variable (like xxx) appears only to the first power. The goal is to find the value of xxx that makes the equation TRUE.

3x+5=14 ← We want to find what x must be3x + 5 = 14 \text{ ← We want to find what } x \text{ must be}3x+5=14 ← We want to find what x must be

The Fundamental Strategy: Isolate the Variable

The key principle is "undo operations one at a time."

If something is being ADDED, subtract it. If something is being MULTIPLIED, divide it. If something is being DIVIDED, multiply it.

Always do the SAME operation to both sides of the equals sign.

Order of Operations (Undoing)

When solving, undo operations in REVERSE order of PEMDAS:

  1. Undo addition/subtraction FIRST (the "loose" operations)
  2. Then undo multiplication/division (the "attached" operations)
  3. Then undo powers (if any)
Example/Example 1: Simple Linear Equation

Solve 3x+5=143x + 5 = 143x+5=14:

Step 1: Identify what's happening to xxx

  • xxx is being multiplied by 3: 3x3x3x
  • Then 5 is being added: 3x+53x + 53x+5

Step 2: Undo addition FIRST (subtract 5 from both sides) 3x+5−5=14−53x + 5 - 5 = 14 - 53x+5−5=14−5 3x=93x = 93x=9

Step 3: Undo multiplication (divide both sides by 3) 3x3=93\frac{3x}{3} = \frac{9}{3}33x​=39​ x=3x = 3x=3

Step 4: Check your answer 3(3)+5=9+5=143(3) + 5 = 9 + 5 = 143(3)+5=9+5=14 ✓

The answer: x=3x = 3x=3

Example/Example 2: Equation With Fractions

Solve 2x−34=5\frac{2x - 3}{4} = 542x−3​=5:

Step 1: What's happening to xxx?

  • (2x−3)(2x - 3)(2x−3) is being divided by 4

Step 2: Undo division FIRST (multiply both sides by 4) 4×2x−34=5×44 \times \frac{2x - 3}{4} = 5 \times 44×42x−3​=5×4 2x−3=202x - 3 = 202x−3=20

Step 3: Undo subtraction (add 3 to both sides) 2x−3+3=20+32x - 3 + 3 = 20 + 32x−3+3=20+3 2x=232x = 232x=23

Step 4: Undo multiplication (divide both sides by 2) x=232=11.5x = \frac{23}{2} = 11.5x=223​=11.5

Check: 2(11.5)−34=23−34=204=5\frac{2(11.5) - 3}{4} = \frac{23 - 3}{4} = \frac{20}{4} = 542(11.5)−3​=423−3​=420​=5 ✓

Example/Example 3: Brackets on Both Sides

Solve 3(x−2)=2(x+1)3(x - 2) = 2(x + 1)3(x−2)=2(x+1):

Step 1: Expand both sides 3x−6=2x+23x - 6 = 2x + 23x−6=2x+2

Step 2: Get all xxx terms on one side. Subtract 2x2x2x from both sides 3x−2x−6=2x−2x+23x - 2x - 6 = 2x - 2x + 23x−2x−6=2x−2x+2 x−6=2x - 6 = 2x−6=2

Step 3: Undo subtraction (add 6 to both sides) x−6+6=2+6x - 6 + 6 = 2 + 6x−6+6=2+6 x=8x = 8x=8

Check: 3(8−2)=3(6)=183(8-2) = 3(6) = 183(8−2)=3(6)=18 and 2(8+1)=2(9)=182(8+1) = 2(9) = 182(8+1)=2(9)=18 ✓

Strategy: Get All Variables on One Side

When the variable appears on BOTH sides, move all of it to one side:

Example

Solve 5x+3=2x+125x + 3 = 2x + 125x+3=2x+12:

Step 1: Move variable terms to LEFT side (subtract 2x2x2x) 5x−2x+3=2x−2x+125x - 2x + 3 = 2x - 2x + 125x−2x+3=2x−2x+12 3x+3=123x + 3 = 123x+3=12

Step 2: Move number terms to RIGHT side (subtract 3) 3x=93x = 93x=9

Step 3: Solve x=3x = 3x=3

Remember

Golden Rule: Whatever you do to one side of the equals sign, MUST do to the other side.

The equation stays balanced, like a seesaw. You can't tilt one side without tilting the other!

Checking Your Solution

ALWAYS substitute your answer back into the ORIGINAL equation to verify.

If it works, you're done. If it doesn't work, you made an error somewhere.

Simultaneous Linear Equations

Solving Two Equations in Two Unknowns

Method 1: Substitution

Example

y=x+3...(1)y = x + 3 \quad \text{...(1)}y=x+3...(1) 2x+y=9...(2)2x + y = 9 \quad \text{...(2)}2x+y=9...(2)

Substitute (1) into (2):

2x+(x+3)=92x + (x + 3) = 92x+(x+3)=9 3x+3=93x + 3 = 93x+3=9 3x=63x = 63x=6 x=2x = 2x=2

From (1): y=2+3=5y = 2 + 3 = 5y=2+3=5

Solution: (2,5)(2, 5)(2,5)

Check in (2): 2(2)+5=4+5=92(2) + 5 = 4 + 5 = 92(2)+5=4+5=9 ✓

Method 2: Elimination

Example

3x+2y=12...(1)3x + 2y = 12 \quad \text{...(1)}3x+2y=12...(1) 2x−2y=3...(2)2x - 2y = 3 \quad \text{...(2)}2x−2y=3...(2)

Add equations to eliminate yyy:

(3x+2y)+(2x−2y)=12+3(3x + 2y) + (2x - 2y) = 12 + 3(3x+2y)+(2x−2y)=12+3 5x=155x = 155x=15 x=3x = 3x=3

Substitute into (1): 3(3)+2y=12⇒9+2y=12⇒y=1.53(3) + 2y = 12 \Rightarrow 9 + 2y = 12 \Rightarrow y = 1.53(3)+2y=12⇒9+2y=12⇒y=1.5

Solution: (3,1.5)(3, 1.5)(3,1.5)

y = 2x - 1 and y = -x + 5 meet at (2, 3)

Method 3: Graphical Method

Plot both equations and find the intersection point.

Graphical Solution of Simultaneous Equations
Previous
Inequalities & Changing the Subject
Next
Quadratic Equations & Graphs