A-Level Simultaneous equations Practice Questions

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.

simultaneous equationseliminationlinear systemsgraphical interpretationintersectionproblem solving
A-Level70 questionsStep-by-step solutions
Question 1
3 markseasy
Solve the simultaneous equations x + y = 5 x - y = 1
Show worked solution

Worked solution

  1. Label the two equations

    x+y=5(1)xy=1(2)x + y = 5 \quad (1)\\ x - y = 1 \quad (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.

  2. Add the equations

    (1)+(2):2x=6(1')+(2'):\quad 2 x = 6

    Because the yy-terms are equal and opposite we ADD, which cancels yy. This leaves one equation with only xx in it.

  3. Solve for xx

    x=62=3x = \dfrac{6}{2} = 3

    Dividing both sides by the number in front of xx isolates xx. This is the same rearranging skill used all through algebra.

  4. Substitute back to find yy

    y+3=5y=2y=2y + 3 = 5 \Rightarrow y = 2 \Rightarrow y = 2

    Put the value of xx into equation (1) and solve the small equation that remains. Using the original equation keeps the numbers exact.

  5. State the solution

    x=3, y=2x = 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=2x = 3,\ y = 2
Question 2
3 markseasy
How many solutions does the pair y=x+2y = x + 2 and 2y=2x+42y = 2x + 4 have?
Show worked solution

Worked solution

  1. Simplify the second equation

    2y=2x+4y=x+22y = 2x + 4 \Rightarrow 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.

  2. Compare the two equations

    y=x+2andy=x+2y = x + 2 \quad \text{and} \quad y = x + 2

    Both equations are now identical, so they describe exactly the same straight line.

  3. Interpret one line drawn twice

    every point on the line works\text{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=73xy = 7 - 3 x and y=x1y = x - 1 together with the solution of the simultaneous equations?
Show worked solution

Worked solution

  1. Rearrange each equation to y=mx+cy = mx + c

    y=73x,y=x1y = 7 - 3 x,\quad y = x - 1

    Putting both lines in gradient-intercept form lets us picture their slopes and where they cut the yy-axis.

  2. Solve the system algebraically

    x=2, y=1x = 2,\ y = 1

    Solving simultaneously tells us exactly where the correct graph should show the lines crossing.

  3. Locate the intersection on the graph

    lines cross at (2, 1)\text{lines cross at } \left(2,\ 1\right)

    The right diagram is the one whose two lines have the correct gradients and intercepts and cross at this point.

  4. Reject the distractors

    wrong crossing / parallel / reflected lines\text{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.

  5. Confirm the choice

    y1(2)=1=y2(2)=1 y_1(2) = 1 = y_2(2) = 1\ \checkmark

    Both lines pass through the marked point, confirming the selected diagram is correct.

  6. Note the gradients and intercepts

    m1=3, m2=1m_1 = -3,\ m_2 = 1

    The correct graph must also show these gradients and yy-intercepts, not just the crossing point — a useful way to eliminate distractors.

Answer
(2, 1)\left(2,\ 1\right)
Question 4
7 markshard
Find the coordinates of the points where the line y=2x+1y = 2 x + 1 meets the curve y=x2x1y = x^{2} - x - 1.
Show worked solution

Worked solution

  1. Set the two expressions for yy equal

    2x+1=x2x12 x + 1 = x^{2} - x - 1

    Both equations give yy, and at an intersection the yy-values are equal. Setting them equal turns the pair into a single equation in xx.

  2. Move everything to one side

    x23x2=0x^{2} - 3 x - 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.

  3. Identify the coefficients

    a=1, b=3, c=2a = 1,\ b = -3,\ c = -2

    Reading off aa, bb and cc prepares us to factorise or use the quadratic formula. Careful signs here avoid mistakes later.

  4. Apply the quadratic formula

    x=(3)±(3)24(1)(2)2(1)x = \dfrac{-(-3) \pm \sqrt{(-3)^2 - 4(1)(-2)}}{2(1)}

    When the quadratic does not factorise nicely we use the formula. It always works, whatever the coefficients.

  5. Simplify the discriminant

    b24ac=17b^2 - 4ac = 17

    The number under the root is the discriminant. Because it is positive there are two separate intersection points.

  6. Solve for xx

    x=32172orx=32+172x = \frac{3}{2} - \frac{\sqrt{17}}{2} \quad \text{or} \quad x = \frac{3}{2} + \frac{\sqrt{17}}{2}

    Simplifying the surd (or fraction) gives the two exact xx-coordinates of the intersections.

  7. Find yy for the first point

    y=2x+1x=32172=417y = 2 x + 1\big|_{x=\frac{3}{2} - \frac{\sqrt{17}}{2}} = 4 - \sqrt{17}

    Substitute the first xx-value into the simpler (linear) equation to get its yy-value. Always use the line — it is less work than the curve.

  8. Find yy for the second point

    y=2x+1x=32+172=4+17y = 2 x + 1\big|_{x=\frac{3}{2} + \frac{\sqrt{17}}{2}} = 4 + \sqrt{17}

    Do the same with the second xx-value. Now each xx has its matching yy.

  9. State both intersection points

    (32172, 417)and(32+172, 4+17)\left(\frac{3}{2} - \frac{\sqrt{17}}{2},\ 4 - \sqrt{17}\right) \quad \text{and} \quad \left(\frac{3}{2} + \frac{\sqrt{17}}{2},\ 4 + \sqrt{17}\right)

    These are the two points where the straight line crosses the curve on the graph.

  10. Check the first point on the curve

    52+(32172)2+172=417 - \frac{5}{2} + \left(\frac{3}{2} - \frac{\sqrt{17}}{2}\right)^{2} + \frac{\sqrt{17}}{2} = 4 - \sqrt{17}\ \checkmark

    Substituting back into the curve confirms the point really lies on it. A quick check catches arithmetic slips.

Answer
(32172, 417) and (32+172, 4+17)\left(\frac{3}{2} - \frac{\sqrt{17}}{2},\ 4 - \sqrt{17}\right)\text{ and }\left(\frac{3}{2} + \frac{\sqrt{17}}{2},\ 4 + \sqrt{17}\right)
Question 5
9 markschallenging
Prove that the line y=kx+4y = k x + 4 meets the curve y=x22x1y = x^{2} - 2 x - 1 at two distinct points for every real value of kk.
Show worked solution

Worked solution

  1. Equate line and curve

    kx+4=x22x1k x + 4 = x^{2} - 2 x - 1

    Intersection points satisfy both equations, so we set the yy-expressions equal.

  2. Form a quadratic in xx

    kx+x22x5=0- k x + x^{2} - 2 x - 5 = 0

    Rearranging gives a quadratic in xx whose real roots are the intersection points; its coefficients contain kk.

  3. Identify the coefficients

    a=1, b=k2, c=5a = 1,\ b = - k - 2,\ c = -5

    We list aa, bb, cc ready to build the discriminant.

  4. Write the discriminant

    b24ac=(k2)24(1)(5)b^2 - 4ac = (- k - 2)^2 - 4(1)(-5)

    For two distinct intersections we need the discriminant to be strictly positive.

  5. Simplify the discriminant

    b24ac=k2+4k+24b^2 - 4ac = k^{2} + 4 k + 24

    Expanding gives a neat expression in kk. We now show it is always positive.

  6. Recognise a non-negative square

    k2+4k+24=(k+2)2+20k^{2} + 4 k + 24 = \left(k + 2\right)^{2} + 20

    Writing it as a square plus a positive constant makes the sign obvious, because any real square is at least zero.

  7. Deduce the minimum value

    k2+4k+2420>0k^{2} + 4 k + 24 \ge 20 > 0

    The smallest the expression can be is the positive constant, reached when the square is zero. So it is always positive.

  8. Conclude two roots for all kk

    b24ac>0 for all real kb^2 - 4ac > 0 \ \text{for all real } k

    A strictly positive discriminant guarantees two distinct real roots, hence two intersection points, whatever the value of kk.

  9. Locate the vertex of the discriminant parabola

    ddk(k2+4k+24)=0k=2\dfrac{d}{dk}(k^{2} + 4 k + 24) = 0 \Rightarrow k = -2

    Viewing the discriminant as a parabola in kk, its lowest point is where its rate of change is zero. This is where it is smallest.

  10. Evaluate the minimum discriminant

    b24ack=2=20>0b^2-4ac\big|_{k=-2} = 20 > 0

    Even at its smallest the discriminant is positive, so it is positive everywhere — the strongest form of the argument.

  11. Interpret geometrically

    line always cuts the curve twice\text{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.

  12. State the key idea

    square0discriminant>0\text{square} \ge 0 \Rightarrow \text{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.

  13. Confirm with a value

    k=0: b24ac=24>0k = 0:\ b^2-4ac = 24 > 0

    Checking a single value is consistent with the general proof and guards against slips.

  14. Confirm with another value

    k=2: b24ac=36>0k = 2:\ b^2-4ac = 36 > 0

    A second check reinforces that the discriminant stays positive.

  15. Write the conclusion carefully

     two distinct real roots for every real k\therefore\ \text{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 b24ac=k2+4k+24b^2-4ac = k^{2} + 4 k + 24, which is a square plus a positive constant, so it is >0>0 for all kk; 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.

  • Full worked solutions for every question
  • Interactive lessons and instant feedback
  • Track your mastery across every topic
Create a Free Account

No card required · Free forever

More Simultaneous equations practice

Related Pure Maths topics