Free A-Level Simultaneous equations practice questions with full step-by-step worked solutions. Covers simultaneous equations, elimination, linear systems, graphical interpretation. Practise exam-style problems and check your method.
Solve the simultaneous equations x + y = 5 x - y = 1
Show worked solution
Worked solution
Label the two equations
x+y=5(1)x−y=1(2)
We label them (1) and (2) so we can refer to each equation clearly. The plan is to eliminate one letter so we are left with a single equation in one unknown.
Add the equations
(1′)+(2′):2x=6
Because the y-terms are equal and opposite we ADD, which cancels y. This leaves one equation with only x in it.
Solve for x
x=26=3
Dividing both sides by the number in front of x isolates x. This is the same rearranging skill used all through algebra.
Substitute back to find y
y+3=5⇒y=2⇒y=2
Put the value of x into equation (1) and solve the small equation that remains. Using the original equation keeps the numbers exact.
State the solution
x=3,y=2
This ordered pair is where the two straight lines cross on a graph, so it is the single point that satisfies both equations at once.
Answer
x=3,y=2
Question 2
3 markseasy
How many solutions does the pair y=x+2 and 2y=2x+4 have?
Show worked solution
Worked solution
Simplify the second equation
2y=2x+4⇒y=x+2
Dividing the whole second equation by 2 puts it in the same form as the first. Dividing every term keeps it balanced.
Compare the two equations
y=x+2andy=x+2
Both equations are now identical, so they describe exactly the same straight line.
Interpret one line drawn twice
every point on the line works
If both equations are the same line, then every single point on that line satisfies both — there is no unique crossing point.
Answer
Infinitely many solutions, because both equations describe the same line.
Question 3
5 marksintermediate
Which diagram correctly shows the two lines y=7−3x and y=x−1 together with the solution of the simultaneous equations?
Show worked solution
Worked solution
Rearrange each equation to y=mx+c
y=7−3x,y=x−1
Putting both lines in gradient-intercept form lets us picture their slopes and where they cut the y-axis.
Solve the system algebraically
x=2,y=1
Solving simultaneously tells us exactly where the correct graph should show the lines crossing.
Locate the intersection on the graph
lines cross at (2,1)
The right diagram is the one whose two lines have the correct gradients and intercepts and cross at this point.
Reject the distractors
wrong crossing / parallel / reflected lines
The other diagrams either mark the wrong crossing point, show parallel lines (no solution), or have a line reflected or shifted, so they do not match both equations.
Confirm the choice
y1(2)=1=y2(2)=1✓
Both lines pass through the marked point, confirming the selected diagram is correct.
Note the gradients and intercepts
m1=−3,m2=1
The correct graph must also show these gradients and y-intercepts, not just the crossing point — a useful way to eliminate distractors.
Answer
(2,1)
Question 4
7 markshard
Find the coordinates of the points where the line y=2x+1 meets the curve y=x2−x−1.
Show worked solution
Worked solution
Set the two expressions for y equal
2x+1=x2−x−1
Both equations give y, and at an intersection the y-values are equal. Setting them equal turns the pair into a single equation in x.
Move everything to one side
x2−3x−2=0
We collect all terms on one side so the equation equals zero. This is the standard form for solving a quadratic, just like earlier quadratic work.
Identify the coefficients
a=1,b=−3,c=−2
Reading off a, b and c prepares us to factorise or use the quadratic formula. Careful signs here avoid mistakes later.
Apply the quadratic formula
x=2(1)−(−3)±(−3)2−4(1)(−2)
When the quadratic does not factorise nicely we use the formula. It always works, whatever the coefficients.
Simplify the discriminant
b2−4ac=17
The number under the root is the discriminant. Because it is positive there are two separate intersection points.
Solve for x
x=23−217orx=23+217
Simplifying the surd (or fraction) gives the two exact x-coordinates of the intersections.
Find y for the first point
y=2x+1x=23−217=4−17
Substitute the first x-value into the simpler (linear) equation to get its y-value. Always use the line — it is less work than the curve.
Find y for the second point
y=2x+1x=23+217=4+17
Do the same with the second x-value. Now each x has its matching y.
State both intersection points
(23−217,4−17)and(23+217,4+17)
These are the two points where the straight line crosses the curve on the graph.
Check the first point on the curve
−25+(23−217)2+217=4−17✓
Substituting back into the curve confirms the point really lies on it. A quick check catches arithmetic slips.
Answer
(23−217,4−17) and (23+217,4+17)
Question 5
9 markschallenging
Prove that the line y=kx+4 meets the curve y=x2−2x−1 at two distinct points for every real value of k.
Show worked solution
Worked solution
Equate line and curve
kx+4=x2−2x−1
Intersection points satisfy both equations, so we set the y-expressions equal.
Form a quadratic in x
−kx+x2−2x−5=0
Rearranging gives a quadratic in x whose real roots are the intersection points; its coefficients contain k.
Identify the coefficients
a=1,b=−k−2,c=−5
We list a, b, c ready to build the discriminant.
Write the discriminant
b2−4ac=(−k−2)2−4(1)(−5)
For two distinct intersections we need the discriminant to be strictly positive.
Simplify the discriminant
b2−4ac=k2+4k+24
Expanding gives a neat expression in k. We now show it is always positive.
Recognise a non-negative square
k2+4k+24=(k+2)2+20
Writing it as a square plus a positive constant makes the sign obvious, because any real square is at least zero.
Deduce the minimum value
k2+4k+24≥20>0
The smallest the expression can be is the positive constant, reached when the square is zero. So it is always positive.
Conclude two roots for all k
b2−4ac>0for all real k
A strictly positive discriminant guarantees two distinct real roots, hence two intersection points, whatever the value of k.
Locate the vertex of the discriminant parabola
dkd(k2+4k+24)=0⇒k=−2
Viewing the discriminant as a parabola in k, its lowest point is where its rate of change is zero. This is where it is smallest.
Evaluate the minimum discriminant
b2−4ack=−2=20>0
Even at its smallest the discriminant is positive, so it is positive everywhere — the strongest form of the argument.
Interpret geometrically
line always cuts the curve twice
Because the discriminant never reaches zero, the line is never a tangent and never misses — it always crosses the curve twice.
State the key idea
square≥0⇒discriminant>0
The whole proof rests on the fact that a real number squared cannot be negative, a technique used throughout A-Level inequalities and proof.
Confirm with a value
k=0:b2−4ac=24>0
Checking a single value is consistent with the general proof and guards against slips.
Confirm with another value
k=2:b2−4ac=36>0
A second check reinforces that the discriminant stays positive.
Write the conclusion carefully
∴two distinct real roots for every real k
A clear final sentence, quoting the discriminant being strictly positive, is what earns the proof marks.
Answer
Substituting gives b2−4ac=k2+4k+24, which is a square plus a positive constant, so it is >0 for all k; hence two distinct intersections always.
Unlock 65 more Simultaneous equations questions
Create a free account to work through every A-Level Simultaneous equations question with instant step-by-step worked solutions, progress tracking and interactive lessons.