Launching your learning experience…
Detailed notes on Algebra for Cambridge IGCSE Mathematics, covering key concepts, explanations, examples, and exam-focused revision points.
Find the values that satisfy two equations at once. Three reliable methods: elimination, substitution, and (graphically) intersection. Cambridge tests both linear-linear and linear-quadratic systems.
Mapped to the Cambridge IGCSE 0580 syllabus (2025-2027).
Match the coefficient of one variable, then add or subtract to eliminate it.
Method.
Worked. Solve {2x+3y=134x−y=5.
Aim: eliminate y. Multiply equation 2 by 3 to get 12x−3y=15. Now add to equation 1:
Substitute back: 4(2)−y=5⇒y=3.
Check in equation 1: 2(2)+3(3)=4+9=13 ✓.
Solution: x=2, y=3.
Sign rule.
Rearrange one equation for one variable, then substitute that expression into the other.
When to choose. Substitution is best when one equation already has a coefficient of ±1 on a variable, OR when one of the equations is quadratic.
Method.
Worked (linear-linear). Solve {y=2x−33x+y=12.
Equation 1 already gives y. Substitute into equation 2:
Then y=2(3)−3=3.
Solution: x=3, y=3. Check: 3(3)+3=12 ✓.
Substitution is the only practical method. Expect 0, 1, or 2 solution pairs.
Method.
Worked. Solve {y=x+1x2+y2=25.
Substitute y=x+1 into the quadratic:
For each x, find y:
Solutions: (−4,−3) and (3,4). Check both pairs in both equations.
Geometric meaning. A line and a circle (or other conic) can meet at 0, 1 (tangent), or 2 points.
Solutions are the points where the two graphs cross.
Each equation can be drawn as a graph:
The solutions to the simultaneous system are the intersection points.
A graphical sketch is sometimes asked for in addition to (or instead of) algebraic solving.
Verbatim phrases and definitions Cambridge mark schemes credit.
Linear-linear systems appear on every Paper 2 (3-4 marks). Linear-quadratic show up on Paper 4 most years (5-6 marks). Examiner reports flag pairing slip-ups (matching the wrong y to each x) and arithmetic errors when adding/subtracting equations.
Sources: Cambridge IGCSE Mathematics 0580 syllabus 2025-2027 (E2.11-2.12); 0580/22 May/Jun 2024 — Q11 (linear-linear); 0580/42 Oct/Nov 2024 — Q13 (linear-quadratic); 0580 Examiner Reports 2022-2024. Last reviewed 2026-05-05.
Step-by-step solutions to past-paper-style questions on simultaneous equations, written exactly the way a tutor would explain them at the board.
Almost every simultaneous equations exam question is one of these shapes. Learn to spot each one and you will always know how to start.
Recognise it by
Solve simultaneously with two linear equations already written down — your job is purely the algebra.
How to approach it
Choose elimination (scale so one variable's coefficients match, then add or subtract) or substitution (isolate one variable and replace it). Solve for one unknown, then back-substitute for the other.
Common trap
Adding when you should subtract — same-sign coefficients require subtraction. Examiner reports also flag scaling only one term of an equation; multiply every term.
Recognise it by
Solve simultaneously where one equation is non-linear — a quadratic or a circle x2+y2=r2 paired with a line.
How to approach it
Substitute the linear equation into the non-linear one, expand to a single quadratic, solve it, then back-substitute each x to get its paired y.
Common trap
Reporting only one solution pair. A one-linear-one-quadratic system has two pairs — examiner reports stress stating both (x,y) coordinates.
Recognise it by
A real-world context — tickets, pens, a rectangle's perimeter and area — with no equations stated.
How to approach it
Define a letter for each unknown, turn each piece of information into an equation, then solve the resulting system by elimination or substitution and interpret the answer.
Common trap
Mis-pairing quantities when forming the equations, or stating swapped length/width as two different rectangles. Examiner reports note candidates should give one dimension pair.
Question
Solve simultaneously: 3x+2y=13 and 5x−2y=11.
Step-by-step solution
Step 1
Coefficients of y are +2 and −2 — add the equations to eliminate y.
(3x+2y)+(5x−2y)=13+11
Step 2
Simplify.
8x=24⟹x=3
Step 3
Substitute back into 3x+2y=13.
9+2y=13⟹y=2
Answer
x=3, y=2
Examiner tip
Always verify in the OTHER equation: 5(3)−2(2)=15−4=11. ✓
Question
Solve simultaneously: 2x+3y=12 and 5x−2y=11.
Step-by-step solution
Step 1
Multiply the first by 2 and the second by 3 to make y-coefficients equal in size.
4x+6y=24,15x−6y=33
Step 2
Add to eliminate y.
19x=57⟹x=3
Step 3
Substitute back: 2(3)+3y=12.
y=2
Answer
x=3, y=2
Question
Solve simultaneously: y=2x+1 and 3x+y=16.
Step-by-step solution
Step 1
Substitute the first into the second.
3x+(2x+1)=16
Step 2
Solve.
5x=15⟹x=3
Step 3
Substitute back.
y=2(3)+1=7
Answer
x=3, y=7
Question
Solve simultaneously: y=x+2 and x2+y2=20.
Step-by-step solution
Step 1
Substitute the linear into the quadratic.
x2+(x+2)2=20
Step 2
Expand.
x2+x2+4x+4=20
Step 3
Simplify and rearrange.
2x2+4x−16=0⟹x2+2x−8=0
Step 4
Factorise.
(x+4)(x−2)=0⟹x=−4 or x=2
Step 5
Find y for each.
x=−4:y=−2.x=2:y=4.
Answer
(x,y)=(−4,−2) or (2,4)
Examiner tip
When you solve a one-linear-one-quadratic system, you always have two pairs of solutions. State both.
Question
Two adult tickets and three child tickets cost \32.Threeadultticketsandonechildticketcost$27$. Find the cost of an adult ticket and a child ticket.
Step-by-step solution
Step 1
Let a = adult cost, c = child cost.
2a+3c=32,3a+c=27
Step 2
Multiply the second by 3.
9a+3c=81
Step 3
Subtract first from this.
7a=49⟹a=7
Step 4
Substitute back.
3(7)+c=27⟹c=6
Answer
Adult \7,child$6$
Question
Solve simultaneously: x+2y=11 and 4x−y=8.
Step-by-step solution
Step 1
Rearrange the second equation to make y the subject.
y=4x−8
Step 2
Substitute into the first equation.
x+2(4x−8)=11
Step 3
Expand and solve.
x+8x−16=11⟹9x=27⟹x=3
Step 4
Back-substitute.
y=4(3)−8=4
Answer
x=3, y=4
Examiner tip
The examiner report flags candidates often forget to put brackets around the substituted expression, writing x+2⋅4x−8=11 — which gives the wrong answer. Always bracket the substitution.
Question
Solve simultaneously: 2x+3y=5 and 4x−6y=1.
Step-by-step solution
Step 1
Multiply the first equation by 6 (LCM of 2 and 3).
3x+2y=30
Step 2
Multiply the second equation by 12 (LCM of 4 and 6).
3x−2y=12
Step 3
Add the two cleared equations to eliminate y.
6x=42⟹x=7
Step 4
Substitute back into 3x+2y=30.
21+2y=30⟹y=29
Answer
x=7, y=29
Examiner tip
Examiners reward candidates who clear fractions in one step by multiplying by the LCM of all denominators. Adding the equations as fractions almost always introduces arithmetic errors.
Question
Solve simultaneously: y=3x−1 and x2+y2=25.
Step-by-step solution
Step 1
Substitute y=3x−1 into the quadratic.
x2+(3x−1)2=25
Step 2
Expand the square.
x2+9x2−6x+1=25
Step 3
Collect and rearrange.
10x2−6x−24=0⟹5x2−3x−12=0
Step 4
Apply the quadratic formula with a=5, b=−3, c=−12.
x=103±9+240=103±249
Step 5
Compute to 2 d.p.: x≈1.88 or x≈−1.28. Then y=3x−1 for each.
Answer
(x,y)≈(1.88,4.64) or (−1.28,−4.84) (to 2 d.p.)
Examiner tip
A* candidates secure full marks by stating BOTH coordinate pairs. The 2024 mark scheme also accepts answers given in exact surd form.
Question
Six identical pens and four identical pencils cost \11.20.Fivepensandthreepencilscost$9.05$. Find the cost of one pen and one pencil.
Step-by-step solution
Step 1
Let p = cost of a pen, q = cost of a pencil.
6p+4q=11.20,5p+3q=9.05
Step 2
Multiply the first by 3 and the second by 4 to match q-coefficients.
18p+12q=33.60,20p+12q=36.20
Step 3
Subtract the first from the second.
2p=2.60⟹p=1.30
Step 4
Substitute back into 6p+4q=11.20.
7.80+4q=11.20⟹4q=3.40⟹q=0.85
Answer
Pen \1.30,pencil$0.85$
Examiner tip
Examiners reward candidates who scale BOTH equations to match coefficients. The 2024 mark scheme also accepts substitution as an alternative method.
Question
A rectangle has perimeter 26 cm and area 40 cm2. Find the lengths of its sides.
Step-by-step solution
Step 1
Let the sides be x and y cm. The perimeter gives 2x+2y=26⇒x+y=13. The area gives xy=40.
Step 2
Express y=13−x and substitute.
x(13−x)=40
Step 3
Expand and rearrange.
13x−x2=40⟹x2−13x+40=0
Step 4
Factorise: (x−5)(x−8)=0, so x=5 or x=8.
Step 5
Both correspond to the same rectangle (length 8, width 5).
Answer
Sides are 5 cm and 8 cm.
Examiner tip
The examiner report flags candidates often state two separate rectangles rather than recognising that swapping length and width is the same rectangle. State the dimensions as a single pair.
The formulae you need to memorise for simultaneous equations on the Cambridge IGCSE 0580 paper, with every variable defined in plain English and a note on when to use it.
Make matching coefficients→add or subtract→solve→back-substitute
When to use
Standard for two linear equations in two variables.
Solve one equation for one variable→substitute into the other→solve
When to use
Best when one equation already has a variable isolated, or when one of the equations is non-linear (quadratic).
Definitions to memorise and the exact keywords mark schemes credit for simultaneous equations answers — sharpened from recent examiner reports for the 2026 0580 sitting.
Two or more equations whose solution must satisfy all of them at the same time.
Add or subtract scaled equations so that one variable cancels, leaving a single-variable equation.
Express one variable from one equation and substitute into the other.
After finding one variable, substitute its value into one of the original equations to find the other.
The traps other students keep falling into on simultaneous equations questions — taken from recent Cambridge IGCSE 0580 examiner reports and mark schemes — and how to avoid them.
0580/42 — recurring
Why it happens
Students solve one equation and stop, forgetting that the quadratic has two roots.
How to avoid it
After finding both x-values, substitute each back to find its corresponding y. State BOTH pairs.
Why it happens
If y-coefficients are both +2, you SUBTRACT to eliminate, not add.
How to avoid it
Same sign → subtract. Opposite signs → add. Always check the variable disappears in the resulting equation.
Why it happens
Students multiply a coefficient but forget to multiply the constant on the right.
How to avoid it
Multiplying an equation by k means multiplying every term by k.
Why it happens
Doesn't catch arithmetic errors.
How to avoid it
Substitute into the OTHER equation as a check; if it doesn't balance, you have an error to find.
The things students keep getting wrong in this sub-topic, answered.