Detailed notes on Equations, Formulae and Identities for Edexcel IGCSE Mathematics, covering key concepts, explanations, examples, and exam-focused revision points.
Align coefficients of one variable. Add or subtract to eliminate.
The procedure:
Make the coefficients of one variable EQUAL in magnitude.
ADD if signs are opposite, SUBTRACT if equal.
Solve the resulting single-variable equation.
Substitute back to find the other variable.
Example.3x+2y=12, 5x−2y=4.
Coefficients of y: +2 and −2 → opposite. Add:
8x=16 → x=2.
Substitute: 3(2)+2y=12→y=3.
With multiplication.2x+3y=13, 4x+y=11.
Multiply 2nd by 3 to align y: 12x+3y=33.
Subtract 1st from this: 10x=20 → x=2.
Substitute back: 4(2)+y=11→y=3.
Sign rules:
SAME sign coefficients → SUBTRACT.
OPPOSITE sign coefficients → ADD.
Edexcel tip. Always state your strategy: 'multiplying equation 2 by 3 to align y-coefficients'. Mark schemes credit this clarity.
Align ONE variable's coefficient.
Same signs: subtract. Opposite: add.
Solve, then substitute back.
Multiply equations as needed.
Substitution method
Solve one equation for one variable; substitute into the other.
Useful when: one variable is already isolated (e.g. y=...).
Method:
Solve one equation for one variable.
Substitute into the other equation.
Solve.
Substitute back to find the other variable.
Example.y=2x+1, 3x+y=11.
Sub y=2x+1 into 2nd:
3x+(2x+1)=11→5x+1=11→x=2.
Sub back: y=2(2)+1=5.
When to use substitution vs elimination.
Situation
Method
One variable already isolated
Substitution
Coefficients align cleanly
Elimination
Linear-quadratic
Substitution (must)
Worked qualitative. Why does substitution work for linear-quadratic?
The linear gives y in terms of x (or vice versa).
Substituting into the quadratic gives a single-variable quadratic.
Solve for x, get the corresponding y values.
Edexcel tip. Show the substitution explicitly. 'Substituting y=2x+1 into ...' earns the M1.
Isolate one variable.
Substitute into the other.
Solve the resulting equation.
Substitute back.
Linear and quadratic together
Substitute linear into quadratic. Get a quadratic in one variable. Solve.
Form: one linear equation + one quadratic equation.
Linear: y=mx+c (or rearrange to this form).
Quadratic: x2+y2=r2 (circle), y=x2+..., etc.
Method:
From the linear equation, express y in terms of x.
Substitute into the quadratic.
Solve the resulting quadratic in x.
For each x, find the corresponding y.
Example.y=x+2, x2+y2=10.
Sub: x2+(x+2)2=10.
Expand: 2x2+4x+4=10→2x2+4x−6=0.
Divide by 2: x2+2x−3=0. Factor: (x+3)(x−1)=0.
x=−3 or x=1.
For each, find y:
x=−3→y=−3+2=−1. Pair: (−3,−1).
x=1→y=1+2=3. Pair: (1,3).
TWO solution pairs. Always state both as pairs.
Geometric interpretation. A line through a circle: 0, 1, or 2 intersection points. Two solutions = two intersections.
The two intersection points are the two solution pairs of the linear-quadratic system.
Worked qualitative. Why two solution pairs?
A linear equation has one degree of freedom.
A quadratic in two variables has many.
Their intersection is finite: at most degree-of-quadratic many points.
For a quadratic and a line: typically 2 intersections.
Edexcel tip. State BOTH pairs as (x,y). Mark schemes deduct for stating only one.
Sub linear into quadratic.
Solve the quadratic in one variable.
Find corresponding values.
Two solution pairs.
State as (x,y) pairs.
Word problems with simultaneous equations
Define variables, write equations, solve.
Process:
Identify the unknowns. Define them with letters.
Set up TWO equations from the problem.
Solve simultaneously.
Check both unknowns make sense.
Example. Three pens + two books cost £13. Five pens + four books cost £23.
Let pen = £p, book = £b.
3p+2b=13.
5p+4b=23.
Multiply first by 2: 6p+4b=26.
Subtract second from this: p=3.
Substitute: b=2.
So pen = £3, book = £2.
Common contexts:
Cost / price problems (different items).
Mixture / mixing problems.
Speed / distance / time (current vs still water).
Ages.
Worked qualitative. Two trains leave at the same time. Train A travels at 60 km/h, train B at 80 km/h. After how long are they 560 km apart (going in opposite directions)?
Let time = t hours.
Distance A: 60t. Distance B: 80t.
Total apart: 60t+80t=140t=560.
t=4 hours.
(Single equation, but linear simultaneous in distance + time pattern.)
Edexcel tip. Always define variables explicitly. 'Let p = price of a pen' earns the first M1.
Define variables.
Two equations from problem.
Solve simultaneously.
Check the answer makes sense.
Quick recap
Elimination: align, add or subtract.
Substitution: solve, sub in.
Linear-quadratic: sub linear into quadratic.
Two solution pairs for linear-quadratic.
Word: define, write, solve.
Memorise this
Verbatim phrases and definitions Edexcel mark schemes credit.
Elimination: same signs subtract, opposite add.
Substitution: useful when one var isolated.
Linear-quadratic: ALWAYS substitute.
Two solution pairs for linear-quadratic.
How it’s examined
Simultaneous equations on every Higher Tier paper (4-7 marks). Linear-linear most common; linear-quadratic for A* candidates. Examiner reports flag (1) wrong sign in elimination, (2) only stating one pair for linear-quadratic, (3) skipping substitution-back step.
Step-by-step worked examples — Simultaneous Linear Equations
Step-by-step solutions to past-paper-style questions on simultaneous linear equations , written exactly the way a tutor would explain them at the board.
1Elimination method
Higher• simultaneous, elimination
â–¼
Question
Solve 3x+2y=12 and 5x−2y=4 by elimination.
Step-by-step solution
Step 1
Coefficients of y are equal and opposite (+2 and −2). Add the equations:
(3x+2y)+(5x−2y)=12+4⟹8x=16
Step 2
x=2. Substitute into first equation: 3(2)+2y=12⟹2y=6⟹y=3.
Answer
x=2, y=3
2Multiply to eliminate
Higher• Adapted from 4MA1/1H Jan 2024 Q14• simultaneous
â–¼
Question
Solve 2x+3y=13 and 4x+y=11.
Step-by-step solution
Step 1
Multiply second equation by 3 to match y-coefficients:
12x+3y=33
Step 2
Subtract original first from this:
(12x+3y)−(2x+3y)=33−13⟹10x=20
Step 3
x=2. Substitute back: 4(2)+y=11⟹y=3.
Answer
x=2, y=3
Examiner tip
When coefficients don't match, multiply ONE or BOTH equations to align. Mark schemes credit the multiplication step.
3Substitution method
Higher• substitution
â–¼
Question
Solve y=2x+1 and 3x+y=11.
Step-by-step solution
Step 1
Substitute y=2x+1 into the second equation:
3x+(2x+1)=11
Step 2
Simplify: 5x+1=11⟹5x=10⟹x=2.
Step 3
Substitute back: y=2(2)+1=5.
Answer
x=2, y=5
4Linear with quadratic
Higher• Adapted from 4MA1/2H May/Jun 2024 Q19• linear-quadratic
â–¼
Question
Solve y=x+2 and x2+y2=10.
Step-by-step solution
Step 1
Substitute y=x+2 into the second:
x2+(x+2)2=10
Step 2
Expand: x2+x2+4x+4=10 → 2x2+4x−6=0.
Step 3
Divide by 2: x2+2x−3=0. Factor: (x+3)(x−1)=0.
Step 4
x=−3 or x=1. Find y: x=−3→y=−1; x=1→y=3.
Answer
(x,y)=(−3,−1) or (1,3)
Examiner tip
TWO solution PAIRS for linear-quadratic systems. Always state both pairs explicitly.
5Setting up from a word problem
Higher• simultaneous, word problem
â–¼
Question
Three pens and two books cost £13. Five pens and four books cost £23. Find the cost of one pen and one book.
Step-by-step solution
Step 1
Let pen = £p, book = £b.
Step 2
Equations: 3p+2b=13 and 5p+4b=23.
Step 3
Multiply first by 2: 6p+4b=26. Subtract from second: 5p+4b−6p−4b=23−26⟹−p=−3⟹p=3.
Step 4
Substitute: 3(3)+2b=13⟹b=2.
Answer
Pen = £3, book = £2.
Key Definitions and Keywords — Simultaneous Linear Equations
Definitions to memorise and the exact keywords mark schemes credit for simultaneous linear equations answers — sharpened from recent examiner reports for the 2026 Pearson Edexcel IGCSE 4MA1 sitting.
Simultaneous equations
Examiner keyword
Two or more equations sharing variables. Solving means finding values that satisfy ALL equations at once.
Common Mistakes and Misconceptions — Simultaneous Linear Equations
The traps other students keep falling into on simultaneous linear equations questions — taken from recent Pearson Edexcel IGCSE 4MA1 examiner reports and mark schemes — and how to avoid them.
✕Subtracting when should add (or vice versa)
â–¼
Why it happens
Coefficient signs.
How to avoid it
If coefficients are EQUAL → SUBTRACT. If OPPOSITE signs → ADD. Always identify before combining.
✕Multiplying just one side of an equation
4MA1/1H Jan 2024 — examiner report Q14
â–¼
Why it happens
Distractedly thinking about elimination.
How to avoid it
When multiplying through an equation by a constant, multiply EVERY term — including the constant on the right.
✕Only stating one pair of solutions for linear-quadratic
â–¼
Why it happens
Familiar with linear (one pair).
How to avoid it
Linear-quadratic systems usually have TWO solution PAIRS. Find both x's, find both y's.
✕Stating only one variable and not finding the other
â–¼
Why it happens
Forgetting to substitute back.
How to avoid it
After finding x, ALWAYS substitute back to find y. State both.
Simultaneous Linear Equations — frequently asked questions
The things students keep getting wrong in this sub-topic, answered.